Discover MCP servers. Connect your agent.
Official Asana MCP server for project management. Access the Asana Work Graph to manage tasks, projects, workspaces, and team workflows. Create, search, update, and track tasks and projects. Remote hosted with OAuth authentication. Comprehensive task and project management capabilities.
https://mcp.asana.com/v2/mcp
sse
bearer
15 tools
project-managementproductivitytasksagileofficial
Registered 2026-02-09 by
Asana
Official ClickUp MCP server for work management platform. Manage tasks, comments, tags, lists, folders, files, docs, time tracking, and chat through natural language. Orchestrate task workflows with assignees, priorities, and due dates. Build executive reports and search across tasks, docs, and comments. OAuth authentication. Available on all ClickUp plans.
https://mcp.clickup.com
sse
bearer
25 tools
project-managementtasksproductivityclickupworkflowsofficial
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"]
}'