mcp-clickup
Documentation
ClickUp MCP Server
MCP Server for the ClickUp API, enabling Claude to interact with ClickUp workspaces.
Tools
1. `clickup_authenticate`
2. `clickup_get_task`
3. `clickup_get_task_by_custom_id`
4. `clickup_get_tasks`
Setup
1. Get your ClickUp API Token:
2. Get your Workspace ID:
Usage with Claude Desktop
Add the following to your `claude_desktop_config.json`:
npx
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": [
"-y",
"mcp-clickup"
],
"env": {
"CLICKUP_API_TOKEN": "your-api-token",
"CLICKUP_WORKSPACE_ID": "your-workspace-id"
}
}
}
}docker
{
"mcpServers": {
"clickup": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CLICKUP_API_TOKEN",
"-e",
"CLICKUP_WORKSPACE_ID",
"mcp/clickup"
],
"env": {
"CLICKUP_API_TOKEN": "your-api-token",
"CLICKUP_WORKSPACE_ID": "your-workspace-id"
}
}
}
}Troubleshooting
If you encounter errors, verify that:
1. Your API token is valid and has not expired
2. The workspace ID is correct
3. You have the necessary permissions in the ClickUp workspace
4. The task IDs you're trying to access exist and are accessible to you
Build
Docker build:
docker build -t mcp/clickup .License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Frequently asked questions
What is mcp-clickup?
mcp-clickup is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-clickup?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-clickup open source?
Yes — it is hosted on GitHub at https://github.com/mikah13/mcp-clickup and has 3 stars.
Related MCP tools
The official TypeScript SDK for Model Context Protocol servers and clients Trusted by 10500+ developers. Trusted by 10500+ developers.
Visual testing tool for MCP servers TypeScript-based implementation. Trusted by 7300+ developers. Trusted by 7300+ developers.
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic TypeScript-based implementation.
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) TypeScript-based implementation.
Https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab for the Model Context Protocol. Enhance AI assistants with powerful integrations
MCP server that provides tools and resources for interacting with n8n API TypeScript-based implementation. Trusted by 1400+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP