Skip to content
Cursor

SourceWeave Web Search for Cursor

io.github.mrnaqa/sourceweave-web-search

Fully local MCP server and CLI for web research

client:Cursor transport:stdio runtime:pypi

Install SourceWeave Web Search in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sourceweave-web-search": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sourceweave-web-search"
      ],
      "env": {
        "SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL": "<SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL>",
        "SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL": "<SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL>",
        "SOURCEWEAVE_SEARCH_CACHE_REDIS_URL": "<SOURCEWEAVE_SEARCH_CACHE_REDIS_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SourceWeave Web Search in other clients