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 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 Qdrant MCP server. Semantic search and vector operations for AI applications. Store, search, and retrieve high-dimensional embeddings with filtering and payload support.
https://github.com/qdrant/mcp-server-qdrant
stdio
api_key
5 tools
vector-databaseembeddingssemantic-searchairag
Registered 2026-02-17
Weaviate MCP server for AI-native vector databases. Semantic and hybrid search, multi-modal retrieval, generative search, and knowledge graph operations. Supports multi-tenancy and real-time data ingestion.
https://github.com/weaviate/mcp-server-weaviate
stdio
api_key
9 tools
vector-databasesemantic-searchaiknowledge-graphrag
Registered 2026-02-17
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"]
}'