Odel
Agent Web Search

Agent Web Search

Local
@jerryliu3696PythonMITUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagent-web-search-mcpv0.7.5

Run

uvx agent-web-search-mcp

MCP client config

{
  "mcpServers": {
    "agent-web-search": {
      "command": "uvx",
      "args": [
        "agent-web-search-mcp"
      ]
    }
  }
}