SourceWeave Web Search MCP Server
io.github.MRNAQA/sourceweave-web-search
What is the SourceWeave Web Search MCP server?
Fully local MCP server and CLI for web research
How to install SourceWeave Web Search
Copy-paste configuration for popular MCP clients.
SOURCEWEAVE_SEARCH_SEARXNG_BASE_URLSearXNG URL template. Must contain <query>.
SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URLBase URL for the Crawl4AI service.
SOURCEWEAVE_SEARCH_CACHE_REDIS_URLRedis or Valkey URL used for caching.
{
"mcpServers": {
"sourceweave-web-search": {
"command": "uvx",
"args": [
"sourceweave-web-search"
],
"env": {
"SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL": "<YOUR_SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL>",
"SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL": "<YOUR_SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL>",
"SOURCEWEAVE_SEARCH_CACHE_REDIS_URL": "<YOUR_SOURCEWEAVE_SEARCH_CACHE_REDIS_URL>"
}
}
}
}{
"mcpServers": {
"sourceweave-web-search": {
"command": "uvx",
"args": [
"sourceweave-web-search"
],
"env": {
"SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL": "<YOUR_SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL>",
"SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL": "<YOUR_SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL>",
"SOURCEWEAVE_SEARCH_CACHE_REDIS_URL": "<YOUR_SOURCEWEAVE_SEARCH_CACHE_REDIS_URL>"
}
}
}
}{
"mcpServers": {
"sourceweave-web-search": {
"command": "uvx",
"args": [
"sourceweave-web-search"
],
"env": {
"SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL": "<YOUR_SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL>",
"SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL": "<YOUR_SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL>",
"SOURCEWEAVE_SEARCH_CACHE_REDIS_URL": "<YOUR_SOURCEWEAVE_SEARCH_CACHE_REDIS_URL>"
}
}
}
}{
"servers": {
"sourceweave-web-search": {
"type": "stdio",
"command": "uvx",
"args": [
"sourceweave-web-search"
],
"env": {
"SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL": "<YOUR_SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL>",
"SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL": "<YOUR_SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL>",
"SOURCEWEAVE_SEARCH_CACHE_REDIS_URL": "<YOUR_SOURCEWEAVE_SEARCH_CACHE_REDIS_URL>"
}
}
}
}claude mcp add sourceweave-web-search --env SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL=<YOUR_SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL> --env SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL=<YOUR_SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL> --env SOURCEWEAVE_SEARCH_CACHE_REDIS_URL=<YOUR_SOURCEWEAVE_SEARCH_CACHE_REDIS_URL> -- uvx sourceweave-web-searchRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.