agent-web-search-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-web-search-mcpsearch the web for the latest stable version of Python"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agent-web-search-mcp
Standalone Model Context Protocol (MCP) server for the agent-web-search API.
A thin stdio wrapper — it just calls the API over HTTP and formats results for any MCP-compatible agent (Claude Desktop, Cursor, Pi, etc.).
This package is a client of the
agent-web-searchengine, not the engine itself. You need a running instance of the engine (see below) before the MCP can do anything.
Install
uv tool install git+https://github.com/blueewhitee/agent-web-search-mcpRelated MCP server: Tavily Web Search MCP Server
Configure your MCP client
Add this to your MCP config (e.g. ~/.pi/agent/mcp.json for Pi,
claude_desktop_config.json for Claude Desktop):
{
"mcpServers": {
"agent-web-search": {
"command": "agent-web-search-mcp",
"env": {
"AGENT_WEB_SEARCH_API_URL": "http://localhost:8000"
}
}
}
}AGENT_WEB_SEARCH_API_URL defaults to http://localhost:8000 — set it to wherever your
engine is reachable.
What you get
A single tool, web_search, that:
routes the query to the engine's intent detector (code / news / general),
fetches + extracts + ranks results,
returns ranked chunks with scores and source URLs.
Requirements
A running
agent-web-searchengine (the FastAPI service from the agent-web-search repo). Easiest path: clone that repo anddocker compose up.Python ≥ 3.12.
Development
git clone https://github.com/blueewhitee/agent-web-search-mcp
cd agent-web-search-mcp
uv tool install --editable .The agent-web-search-mcp command will then reflect local changes on restart.
License
MIT (same as the engine).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables web search capabilities through the Tavily API. Allows users to search the web for information using natural language queries via the MCP protocol.Last updated41
- FlicenseCqualityDmaintenanceEnables web search capabilities through the Tavily API. Allows users to search the web for information using natural language queries through the MCP protocol.Last updated3
- AlicenseBqualityCmaintenanceEnables web search and site-specific search capabilities through the Deepsearch model. Provides unified access to broad web retrieval and targeted site search functionality within the MCP ecosystem.Last updated2235Apache 2.0
- Alicense-qualityDmaintenanceEnables LLMs to perform real-time Google searches and retrieve web results via the MCP protocol.Last updatedThe Unlicense
Related MCP Connectors
Agentic search over your Dewey document collections from any MCP-compatible client.
Collaborative, cache-first web search for agents — cited answers from a shared live-web pool.
The best web search for your AI Agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blueewhitee/agent-web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server