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
{
"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