Discover MCP servers. Connect your agent.
Official Box MCP server for enterprise content management. Connect AI agents to Box Intelligent Content Cloud. Search, read, and manage files, folders, and metadata. Box AI integration for content understanding. JSON-RPC 2.0 communication protocol. Enterprise-grade content management with AI-powered workflows.
https://github.com/box/box-mcp-server
stdio
bearer
10 tools
storageenterprisecontent-managementboxfilesofficial
Registered 2026-02-09 by
Box
Official Anthropic MCP reference server for file operations. Read, write, search, and manage files with configurable access controls and sandboxed directory paths. Install via npm: @modelcontextprotocol/server-filesystem
https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
stdio
open
11 tools
filesystemfilesstoragelocalofficialanthropic
Official Google Cloud MCP server for GCP resource management. Fully-managed remote MCP servers for BigQuery, Compute Engine, Cloud Run, Cloud Storage, AlloyDB, Cloud SQL, Spanner, and Pub/Sub. Enterprise-ready endpoints with IAM controls at organization, folder, and project level. Agents can provision infrastructure, query data, and manage cloud resources.
https://github.com/googleapis/gcloud-mcp
stdio
bearer
20 tools
cloudgcpgooglebigquerycomputestorageenterpriseofficial
Registered 2026-02-09 by
Google
Official MCP server for Google Drive. Manage files in Drive, Docs, Sheets, and Slides. OAuth2 authentication. Install via npm: @modelcontextprotocol/server-gdrive
https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive
stdio
bearer
22 tools
google-drivestoragedocssheetsofficialanthropic
Persistent key-value storage for AI agents. 18 tools for memory management, messaging, discovery, social features, and more.
https://memoryvault.link/mcp/sse
sse
bearer
18 tools
memorystoragepersistencesocialmessagingdiscovery
Registered 2026-02-08 by
cairn
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
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"]
}'