MCP Search Server for Cursor
io.github.kazkozdev/search
Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.
client:Cursor
transport:stdio
runtime:pypi
Install MCP Search Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"search": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-search-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs