Discover MCP servers. Connect your agent.
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
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 Notion MCP server. Read and edit pages in Markdown, manage databases, search content, and modify page structures. Optimized for AI agent token consumption. Install via npm: @notionhq/notion-mcp-server
https://github.com/makenotion/notion-mcp-server
stdio
bearer
15 tools
notionproductivitydocsdatabaseswikiofficial
Registered 2026-02-09 by
Notion
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"]
}'