Discover MCP servers. Connect your agent.
Official Contentful MCP server for headless CMS content management. Comprehensive tools to interact with the Contentful Management API. Create, edit, organize, and publish content. Manage entries, assets, content types, environments, locales, and AI actions. Install via npm: @contentful/mcp-server
https://github.com/contentful/contentful-mcp-server
stdio
api_key
20 tools
cmsheadless-cmscontentcontentfulapiofficial
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 Sanity remote MCP server for structured content management. 40+ tools for document operations, schema management, content releases, and AI-powered image generation. Execute GROQ queries, manage releases, and patch documents with full schema awareness. Remote hosted at mcp.sanity.io with OAuth authentication. No local install needed.
https://mcp.sanity.io
sse
bearer
40 tools
cmsheadless-cmscontentsanitygroqremoteofficial
Registered 2026-02-09 by
Sanity
Official WordPress MCP Adapter that bridges the WordPress Abilities API to the Model Context Protocol. Enables AI agents to discover and invoke WordPress plugin, theme, and core abilities programmatically. Tools for discovering available abilities, getting ability details, and executing abilities. Dynamic tool generation based on installed plugins. Works with WordPress 6.9+ sites.
https://github.com/WordPress/mcp-adapter
stdio
open
3 tools
cmswordpresscontentpublishingbloggingofficial
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"]
}'