Skip to content
Cursor

Free Search for Cursor

io.github.sweetcornna/free-search-mcp

No-API-key web search, page fetching and document reading across many engines. Local-first.

client:Cursor transport:stdio runtime:pypi

Install Free 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": {
    "free-search-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "free-search-mcp"
      ],
      "env": {
        "SEARCH_MCP_PROXY": "<SEARCH_MCP_PROXY>",
        "SEARCH_MCP_REGION": "<SEARCH_MCP_REGION>",
        "SEARCH_MCP_CACHE_DIR": "<SEARCH_MCP_CACHE_DIR>"
      }
    }
  }
}

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

Free Search in other clients