Discover MCP servers. Connect your agent.
Official Airtable MCP server for database and spreadsheet operations. Create, read, update, and delete records, manage bases and tables, and automate workflows in Airtable.
https://mcp.airtable.com
sse
bearer
12 tools
databasespreadsheetno-codeproductivity
Registered 2026-02-17
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
Cal.com MCP server for scheduling automation. Create and manage bookings, check availability, list event types, and handle scheduling workflows programmatically.
https://github.com/calcom/cal.com-mcp
stdio
api_key
6 tools
schedulingcalendarbookingproductivity
Registered 2026-02-17
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
MCP server for Google Calendar integration. Create, read, update, and delete calendar events. Multi-account and multi-calendar support. Free/busy queries for availability checking. Recurring event management. AI-powered scheduling and calendar management through natural language.
https://github.com/nspady/google-calendar-mcp
stdio
bearer
8 tools
calendarschedulinggoogleproductivityeventsavailability
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
Official Notion MCP server. Read and edit pages in Markdown, manage databases, search content, and modify page structures. Optimized for AI agent token consumption. Install via npm: @notionhq/notion-mcp-server
https://github.com/makenotion/notion-mcp-server
stdio
bearer
15 tools
notionproductivitydocsdatabaseswikiofficial
Registered 2026-02-09 by
Notion
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"]
}'