agent search mcp for Cursor
io.github.lennney/agent-search-mcp
Free-first Chinese and English web search MCP using zero-key sources and inspectable evidence.
client:Cursor
transport:stdio
runtime:npm
Install agent search mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-search-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-search-mcp"
],
"env": {
"BRAVE_API_KEY": "<BRAVE_API_KEY>",
"TAVILY_API_KEY": "<TAVILY_API_KEY>",
"EXA_API_KEY": "<EXA_API_KEY>",
"YDC_API_KEY": "<YDC_API_KEY>",
"TENCENT_WSA_API_KEY": "<TENCENT_WSA_API_KEY>",
"BOCHA_API_KEY": "<BOCHA_API_KEY>",
"SERPER_API_KEY": "<SERPER_API_KEY>",
"SEARCH_PROVIDER_MODE": "<SEARCH_PROVIDER_MODE>",
"PAID_ENGINE_ORDER": "<PAID_ENGINE_ORDER>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs