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 Elasticsearch MCP server for search and analytics. List indices, get mappings, execute searches, and retrieve shard information. AI agents can explore, query, and analyze Elasticsearch data on demand. Available as npm package @elastic/mcp-server-elasticsearch. Also available as fully managed hosted MCP server in Elasticsearch 9.3+ deployments.
https://github.com/elastic/mcp-server-elasticsearch
stdio
api_key
8 tools
searchelasticsearchanalyticsdatabasefull-text-searchofficial
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 Mintlify MCP server for documentation platforms. Auto-generated MCP server for any Mintlify-powered docs site. Search tool for AI applications to query documentation with filtering by version, language, API reference, and code-only results. Covers both API references (via OpenAPI spec) and long-form content like tutorials. Hosted at your-docs-url/mcp.
https://mintlify.com/docs/mcp
sse
open
4 tools
documentationdocsapi-referencesearchmintlifydeveloper-toolsofficial
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
Official Pinecone MCP server for vector database operations. Search documentation, create indexes with integrated inference, upsert and search records, cascading search across multiple indexes with deduplication and reranking. Designed for RAG, semantic search, and AI agent memory. Install via npm: @pinecone-database/mcp
https://github.com/pinecone-io/pinecone-mcp
stdio
api_key
8 tools
vector-databaseembeddingssearchragsemantic-searchaiofficial
Official Redis MCP server for data management and search. Natural language interface for strings, hashes, JSON documents, lists, sets, sorted sets, and vector embeddings. Supports session management, conversation history, real-time caching, rate limiting, recommendations, and semantic search for RAG. Full Redis data type coverage for AI-driven workflows.
https://github.com/redis/mcp-redis
stdio
api_key
15 tools
databaserediscachevectorssearchsessionofficial
Registered 2026-02-09 by
Redis
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
MCP server for YouTube integration. Download and extract video subtitles and transcripts, search YouTube videos, and capture screenshots from specific timestamps. Enables AI assistants to access and analyze YouTube video content. Useful for research, content analysis, and video summarization workflows.
https://github.com/anaisbetts/mcp-youtube
stdio
open
4 tools
videoyoutubetranscriptssubtitlesmediasearch
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"]
}'