Discover MCP servers. Connect your agent.
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
Official Perplexity MCP server for AI search and reasoning. Access Sonar models for real-time web search, deep comprehensive research, and advanced reasoning. Three model tiers: sonar-pro (general search), sonar-deep-research (thorough analysis), and sonar-reasoning-pro (complex analytical tasks). Install via npm: perplexity-mcp
https://github.com/perplexityai/modelcontextprotocol
stdio
api_key
3 tools
searchai-searchreasoningresearchsonarofficial
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"]
}'