A Model Context Protocol server implementation for ClickUp integration, enabling AI assistants to interact with ClickUp workspaces.
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": ["@mcp/clickup-server"],
"env": {
"CLICKUP_CLIENT_ID": "your_client_id",
"CLICKUP_CLIENT_SECRET": "your_client_secret",
"CLICKUP_REDIRECT_URI": "http://localhost:3000/oauth/callback"
}
}
}
}
That's it! The server will be automatically downloaded and started when needed.
Required environment variables:
CLICKUP_CLIENT_ID
: Your ClickUp OAuth client IDCLICKUP_CLIENT_SECRET
: Your ClickUp OAuth client secretCLICKUP_REDIRECT_URI
: OAuth redirect URI (default: http://localhost:3000/oauth/callback)Optional environment variables:
PORT
: Server port (default: 3000)LOG_LEVEL
: Logging level (default: info)clickup_create_task
: Create a new task in a ClickUp listclickup_update_task
: Update an existing task's propertiesclickup_get_teams
: Retrieve all accessible teamsclickup_get_lists
: Get all lists in a specific folderclickup_create_board
: Create a new board in a ClickUp spacenpm install
npm run dev
npm run build
npm test
Authentication Errors
Rate Limiting
Server Not Starting
Claude for Desktop logs can be found at:
%USERPROFILE%\AppData\Local\Claude\Logs\mcp*.log
~/Library/Logs/Claude/mcp*.log
MIT License - see LICENSE file for details
Seamless access to top MCP servers powering the future of AI integration.