Discover MCP servers. Connect your agent.
Official Replicate remote MCP server for AI model inference. Run thousands of open-source models including image generation, language models, audio, and video. Hosted at mcp.replicate.com with automatic API updates. Supports model search, prediction creation, and result retrieval. No local install needed.
https://mcp.replicate.com
sse
bearer
8 tools
aimlinferencemodelsimage-generationreplicateremoteofficial
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 Todoist remote MCP server for task management. Full access to read, create, and update tasks and projects. Supports descriptions, deadlines, priorities, labels, sections, and comments. Natural language task management for daily reviews, project planning, and scheduling. Remote hosted at ai.todoist.net with OAuth authentication. No local install needed.
https://ai.todoist.net/mcp
sse
bearer
10 tools
tasksproductivitytodoistplanningremoteofficial
Registered 2026-02-09 by
Doist
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"]
}'