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 Atlassian Rovo MCP server. Access Jira issues, sprints, boards, and backlogs. Read and edit Confluence pages. Cross-platform search across Atlassian products. Remote hosted with OAuth authentication.
https://www.atlassian.com/platform/remote-mcp-server
sse
bearer
30 tools
jiraconfluenceproject-managementwikiagileofficial
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 Linear MCP server for project management. Find, create, and update issues, projects, and comments. Centrally hosted with OAuth 2.1 authentication.
https://linear.app/api/mcp
sse
bearer
12 tools
project-managementproductivityissuesofficial
Registered 2026-02-08 by
Linear
Official monday.com MCP server for work OS platform. Connect AI agents to boards, items, columns, groups, and workspaces. Manage tasks, create updates, handle automations, and build custom workflows. Secure OAuth authentication with TLS encryption. Available on all monday.com plans at no additional cost. Install via npm: @mondaydotcomorg/monday-api-mcp
https://github.com/mondaycom/mcp
stdio
bearer
15 tools
project-managementproductivitymondaywork-osboardsofficial
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"]
}'