Discover MCP servers. Connect your agent.
Official Anthropic Claude API integration. Send prompts to Claude models, manage conversations, and access Claude capabilities directly through MCP tools.
https://github.com/anthropics/anthropic-mcp
stdio
api_key
4 tools
llmclaudeanthropicofficialai
Registered 2026-02-17
Official Anthropic MCP reference server for web content fetching. Retrieve and convert web pages to Markdown for efficient LLM consumption. Supports URL fetching, content extraction, HTML-to-Markdown conversion, and robots.txt compliance. Install via npm: @modelcontextprotocol/server-fetch
https://github.com/modelcontextprotocol/servers/tree/main/src/fetch
stdio
open
2 tools
fetchwebcontentmarkdownscrapingofficialanthropic
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 Anthropic MCP server for Git operations. Read, search, and manipulate Git repositories. Install via npm: @modelcontextprotocol/server-git
https://github.com/modelcontextprotocol/servers/tree/main/src/git
stdio
open
18 tools
gitversion-controlofficialanthropic
Official Anthropic MCP server for GitHub. Interact with repositories, issues, pull requests, and more. Install via npm: @modelcontextprotocol/server-github
https://github.com/modelcontextprotocol/servers/tree/main/src/github
stdio
bearer
25 tools
githubgitversion-controlofficialanthropic
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 Anthropic MCP reference server for knowledge graph memory. Build and query a persistent knowledge base of entities, observations, and relationships. Create nodes, add observations, define typed relationships between entities, and search the graph. Install via npm: @modelcontextprotocol/server-memory
https://github.com/modelcontextprotocol/servers/tree/main/src/memory
stdio
open
8 tools
memoryknowledge-graphpersistenceentitiesrelationshipsofficialanthropic
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 Anthropic MCP server for browser automation with Puppeteer. Navigate pages, interact with elements, take screenshots, execute JavaScript. Install via npm: @modelcontextprotocol/server-puppeteer
https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer
stdio
open
30 tools
browserautomationscrapingwebofficialanthropic
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"]
}'