clickup-custom-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLICKUP_API_KEY | Yes | Your ClickUp Personal Access Token. Obtain from Settings > Apps > API Token. | |
| CLICKUP_TEAM_ID | Yes | Your ClickUp Team ID, found in the URL: https://app.clickup.com/{team_id}/... |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| clickup_list_tasksA | List ClickUp tasks. Filter by list_id, status, assignee, or search term. Uses team task filter when list_id is omitted. |
| clickup_update_taskC | Update a ClickUp task by task_id |
| clickup_list_docsA | Search/list ClickUp Docs and Wikis in the workspace. Use doc_type to filter: doc, wiki, or all. |
| clickup_list_doc_pagesC | List pages inside a ClickUp Doc or Wiki |
| clickup_create_docB | Create a ClickUp Doc. Optionally attach to a Space, Folder, or List via parent_id. |
| clickup_edit_docC | Edit a page inside a ClickUp Doc. Updates page name and/or markdown content. |
| clickup_create_wikiB | Create a ClickUp Wiki attached to a Space. |
| clickup_edit_wikiC | Edit a page inside a ClickUp Wiki (same API as Docs) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lucaspsantana/clickup-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server