Discover MCP servers. Connect your agent.
Official Airtable MCP server for database and spreadsheet operations. Create, read, update, and delete records, manage bases and tables, and automate workflows in Airtable.
https://mcp.airtable.com
sse
bearer
12 tools
databasespreadsheetno-codeproductivity
Registered 2026-02-17
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 MongoDB MCP server. Connect to MongoDB deployments and Atlas clusters. Query collections, inspect schemas, create indexes, manage databases, and perform aggregations. Supports Atlas cluster management, user creation, and performance advisor. Install via npm: mongodb-mcp-server
https://github.com/mongodb-js/mongodb-mcp-server
stdio
api_key
20 tools
databasemongodbnosqlatlasdocument-dbofficial
Official Neon MCP server for serverless Postgres. Create projects, manage branches, run SQL queries, and perform database migrations via natural language. Install via npm: @neondatabase/mcp-server-neon
https://github.com/neondatabase/mcp-server-neon
stdio
api_key
15 tools
databasepostgresserverlesssqlmigrationsofficial
Registered 2026-02-09 by
Neon
PlanetScale MCP server for serverless MySQL. Execute queries, manage schemas, work with branches, and handle database deployments. Includes connection boosting and query insights.
https://github.com/planetscale/mcp-server-planetscale
stdio
api_key
7 tools
databasemysqlserverlesssqlcloud
Registered 2026-02-17
Official Anthropic MCP server for PostgreSQL databases. Execute queries, inspect schemas, and manage database operations securely. Install via npm: @modelcontextprotocol/server-postgres
https://github.com/modelcontextprotocol/servers/tree/main/src/postgres
stdio
open
15 tools
databasepostgressqlofficialanthropic
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
Official Snowflake MCP server. Query data warehouses via Cortex AI, manage objects, orchestrate SQL, consume semantic views, and analyze data. Supports Cortex Search for unstructured data and Cortex Analyst for structured data. Enterprise-grade data platform integration.
https://github.com/Snowflake-Labs/mcp
stdio
api_key
18 tools
databasedata-warehousesqlanalyticssnowflakecortexofficial
Official Supabase MCP server. Manage tables, run SQL queries, fetch project config, and interact with PostgREST APIs. Over 20 tools for database design, data querying, and project management. Install via npm: @supabase/mcp-server-postgrest
https://github.com/supabase-community/supabase-mcp
stdio
api_key
20 tools
databasepostgresbackendauthstorageofficial
Turso MCP server for edge SQLite databases. Create databases, run SQL queries, manage schemas, and work with distributed SQLite at the edge. Built on libSQL.
https://github.com/tursodatabase/mcp-server-turso
stdio
api_key
8 tools
databasesqliteedgeserverlesssql
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"]
}'