Skip to content
Cursor

Agent Web Search for Cursor

io.github.jerryliu369/agent-web-search

Provider-neutral web_search for AI agents. Grounding + agent search APIs, keyless defaults.

client:Cursor transport:stdio runtime:pypi

Install Agent 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": {
    "agent-web-search": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-web-search-mcp"
      ],
      "env": {
        "AGENT_WEB_SEARCH_PROVIDERS": "<AGENT_WEB_SEARCH_PROVIDERS>",
        "ARK_API_KEY": "<ARK_API_KEY>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "XAI_API_KEY": "<XAI_API_KEY>",
        "DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>",
        "TAVILY_API_KEY": "<TAVILY_API_KEY>",
        "BRAVE_SEARCH_API_KEY": "<BRAVE_SEARCH_API_KEY>",
        "PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>",
        "YDC_API_KEY": "<YDC_API_KEY>",
        "EXA_API_KEY": "<EXA_API_KEY>",
        "PARALLEL_API_KEY": "<PARALLEL_API_KEY>",
        "ZHIPU_WEB_SEARCH_API_KEY": "<ZHIPU_WEB_SEARCH_API_KEY>",
        "ZHIPU_CHAT_SEARCH_API_KEY": "<ZHIPU_CHAT_SEARCH_API_KEY>"
      }
    }
  }
}

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

Agent Web Search in other clients