Skip to main content
Glama

ClickUp MCP Server

server.json2.29 kB
{ "$schema": "https://registry.nimbletools.ai/schemas/2025-09-22/nimbletools-server.schema.json", "name": "ai.nimbletools/clickup", "version": "1.0.0", "description": "ClickUp API: project management, tasks, time tracking, goals, and team collaboration", "status": "active", "repository": { "url": "https://github.com/NimbleBrainInc/mcp-clickup", "source": "github", "branch": "main" }, "websiteUrl": "https://clickup.com/", "packages": [ { "registryType": "oci", "registryBaseUrl": "https://docker.io", "identifier": "nimbletools/mcp-clickup", "version": "1.0.0", "transport": { "type": "streamable-http", "url": "https://mcp.nimbletools.ai/mcp" }, "environmentVariables": [ { "name": "CLICKUP_API_TOKEN", "description": "ClickUp API token (get from https://app.clickup.com/settings/apps)", "isRequired": true, "isSecret": true, "example": "pk_..." } ] } ], "_meta": { "ai.nimbletools.mcp/v1": { "container": { "healthCheck": { "path": "/health", "port": 8000 } }, "capabilities": { "tools": true, "resources": false, "prompts": false }, "resources": { "limits": { "memory": "256Mi", "cpu": "250m" }, "requests": { "memory": "128Mi", "cpu": "100m" } }, "deployment": { "protocol": "http", "port": 8000, "mcpPath": "/mcp" }, "display": { "name": "ClickUp", "category": "business-finance", "tags": [ "clickup", "project-management", "tasks", "time-tracking", "goals", "collaboration", "productivity", "agile", "scrum", "requires-api-key" ], "branding": { "logoUrl": "https://static.nimbletools.ai/logos/clickup.png", "iconUrl": "https://static.nimbletools.ai/icons/clickup.png" }, "documentation": { "readmeUrl": "https://raw.githubusercontent.com/NimbleBrainInc/mcp-clickup/main/README.md" } } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NimbleBrainInc/mcp-clickup'

If you have feedback or need assistance with the MCP directory API, please join our Discord server