Discover MCP servers. Connect your agent.
Official Brave Search MCP server. Web search with pagination, local business search, image/video/news search, and AI-powered summarization. Supports both stdio and HTTP transports. Install via npm: @modelcontextprotocol/server-brave-search
https://github.com/brave/brave-search-mcp-server
stdio
api_key
6 tools
searchweb-searchlocal-searchnewsofficial
Registered 2026-02-09 by
Brave
Official Exa MCP server for AI-powered web search. Semantic search, advanced web search, code context retrieval, website crawling, company research, people search, and deep research capabilities. Neural search engine designed for AI agents. Install via npm: exa-mcp-server
https://github.com/exa-labs/exa-mcp-server
stdio
api_key
8 tools
searchweb-searchsemantic-searchresearchaineural-searchofficial
Registered 2026-02-09 by
Exa
Serper MCP server for Google Search API access. Perform web searches, image searches, news searches, and shopping searches. Real-time search results without rate limits.
https://github.com/marcopesani/mcp-server-serper
stdio
api_key
4 tools
searchgoogleweb-searchnewsresearch
Registered 2026-02-17
Official Tavily MCP server for real-time web search and data extraction. Four tools: search (AI-powered web search with filtering), extract (content extraction from URLs), map (website structure mapping), and crawl (deep website crawling). Production-ready with configurable depth, domain filtering, and topic specification. Install via npm: tavily-mcp
https://github.com/tavily-ai/tavily-mcp
stdio
api_key
4 tools
searchweb-searchextractioncrawlingresearchaiofficial
Registered 2026-02-09 by
Tavily
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'