Create a new task in the Development space
Common usage pattern for this MCP server
Ask Claude: "Create a new task in the Development space"Task management and project tracking with ClickUp integration
Manage ClickUp tasks and projects directly through Claude for comprehensive project management.~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"clickup": {
"command": "npx",
"args": [
"-y",
"@hauptsache.net/clickup-mcp"
],
"env": {
"CLICKUP_API_KEY": "your_api_key",
"CLICKUP_TEAM_ID": "your_team_id"
}
}
}
}Getting HTTP 429 with rate limit exceeded errors
ClickUp limits to 100 requests per minute per token. Check X-RateLimit-Reset header for reset time. Implement exponential backoff and wait specified seconds before retry.
OAuth error: team not authorized for access token
Re-authenticate to authorize workspace access. Verify OAuth scope includes required permissions and check if user revoked authorization. Generate new API token from ClickUp settings if needed.
Authorization token missing in header error
Add Authorization header with your API key to all requests. Format: Authorization: YOUR_API_KEY. Verify token is correctly copied from ClickUp API settings without extra spaces.
Cannot access tasks or spaces - permission denied
Verify your ClickUp account has access to target spaces and lists. Check workspace admin settings and ensure API token has necessary permissions for workspace and spaces.
Common usage pattern for this MCP server
Ask Claude: "Create a new task in the Development space"Common usage pattern for this MCP server
Ask Claude: "Update task CL-123 to completed"Common usage pattern for this MCP server
Ask Claude: "List all my assigned tasks"Common usage pattern for this MCP server
Ask Claude: "Add time entry to current task"Loading reviews...
Join our community of Claude power users. No spam, unsubscribe anytime.
Required