The ClickUp MCP server provides AI agents with full access to ClickUp's task, document, and chat management capabilities. It exposes APIs for creating, updating, and managing tasks, documents, and chats. It connects directly to ClickUp's API, allowing agents to interact with ClickUp workspaces. Developers use it to build AI agents that automate task management, document handling, and team communication within ClickUp.
The ClickUp MCP server provides AI agents with full access to ClickUp's task, document, and chat management capabilities. It exposes APIs for creating, updating, and managing tasks, documents, and chats. It connects directly to ClickUp's API, allowing agents to interact with ClickUp workspaces. Developers use it to build AI agents that automate task management, document handling, and team communication within ClickUp.
npx -y @taazkareem/clickup-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"taazkareem-clickup-mcp-server-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @taazkareem/clickup-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from clickup-mcp-server?"
API Key Required
This server requires an API key from clickup-mcp-server. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLICKUP-MCP-SERVER_API_KEY | Yes | Your clickup-mcp-server API key |
"What resources are available in clickup-mcp-server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in clickup-mcp-server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in clickup-mcp-server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.