ClickUp MCP Server
Apify-hosted MCP server for ClickUp with 20 tools. Tasks, spaces, folders, lists, views, docs, and custom fields. No local setup needed.
ClickUp MCP Server
Pricing
from $0.10 / 1,000 results
Try for free
Go to Apify Store
ClickUp MCP Server
minute_contest/clickup-mcp-server
Try for free
Ask questions about this Actor
Connect AI assistants to ClickUp via MCP. 20 tools for tasks, spaces, folders, lists, views, docs. Works with Claude, ChatGPT, n8n workflows
Pricing
Rating
0.0
(0)
Developer
Piotr Kaplon
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
MCP servers
AI
Automation
README
Input
Pricing
API
Issues
Changelog
Connect AI assistants to your ClickUp workspace using the Model Context Protocol (MCP). This actor enables Claude, ChatGPT, and other AI tools to manage tasks, spaces, folders, lists, views, and docs through 20 powerful operations.
Why Use This Actor?
- AI-Ready: Works with Claude Desktop, ChatGPT, and any MCP-compatible AI
- Complete Task Management: Create, update, delete, and organize tasks
- Workspace Control: Manage spaces, folders, lists, and views
- Document Support: Search and create ClickUp Docs
- Custom Fields: Read and set custom field values
- No Code Required: Just provide your ClickUp API token
Available Operations (20 Tools)
Workspace & Organization
| Tool | Description |
|---|---|
| get_teams | List all workspaces you have access to |
| get_spaces | Get spaces within a workspace |
| create_space | Create a new space with features enabled |
| get_folders | List folders in a space |
| create_folder | Create a new folder |
| get_lists | Get lists from folder or space |
| create_list | Create a new list |
Task Management
| Tool | Description |
|---|---|
| get_tasks | Get all tasks from a list |
| get_task | Get a single task by ID |
| create_task | Create a new task with full options |
| update_task | Update task properties |
| delete_task | Delete a task |
Views
| Tool | Description |
|---|---|
| get_views | List views for team/space/folder/list |
| create_view | Create list, board, calendar, or gantt view |
| get_view_tasks | Get tasks from a specific view |
Custom Fields
| Tool | Description |
|---|---|
| get_custom_fields | List custom fields for a list |
| set_custom_field | Set custom field value on a task |
Documents
| Tool | Description |
|---|---|
| search_docs | Search workspace documentation |
| create_doc | Create a new document |
| get_doc_pages | List pages in a document |
Quick Start
1. Get Your ClickUp API Token
- Open ClickUp
- Go to Settings (bottom left)
- Click Apps
- Find API Token and click Generate
- Copy your personal API token
2. Run in Batch Mode
{
"clickupApiKey": "pk_XXXXXXXXX",
"mode": "batch",
"operation": "get_teams"
}
3. Get Your Team ID
Run get_teams first to find your Workspace/Team ID, then use it for other operations.
Usage Examples
List All Workspaces
{
}
Get Spaces in a Workspace
{
"operation": "get_spaces",
"teamId": "1234567"
}
Create a Task
{
"operation": "create_task",
"listId": "12345678",
"name": "New feature implementation",
"description": "Implement the new dashboard feature",
"status": "to do",
"priority": 2,
"dueDate": "2026-01-15",
"tags": ["feature", "frontend"]
}
Update a Task
{
"operation": "update_task",
"taskId": "abc123",
"status": "in progress",
"priority": 1
}
Create a Space
{
"operation": "create_space",
"teamId": "1234567",
"name": "New Project Space"
}
Search Documents
{
"operation": "search_docs",
"searchQuery": "API documentation"
}
Input Reference
| Parameter | Type | Required | Description |
|---|---|---|---|
| clickupApiKey | string | Yes | Your ClickUp Personal API Token |
| mode | string | No | batch (default) or standby |
| operation | string | No | Operation to perform |
| teamId | string | No | Workspace/Team ID |
| spaceId | string | No | Space ID |
| folderId | string | No | Folder ID |
| listId | string | No | List ID |
| taskId | string | No | Task ID |
| viewId | string | No | View ID |
| docId | string | No | Document ID |
| name | string | No | Name for new items |
| description | string | No | Description text |
| status | string | No | Task status |
| priority | integer | No | Priority (1-4) |
| assignees | array | No | User IDs to assign |
| dueDate | string | No | Due date (ISO or timestamp) |
| tags | array | No | Tag names |
| customFieldId | string | No | Custom field ID |
| customFieldValue | string | No | Value for custom field |
| searchQuery | string | No | Search query for docs |
| viewType | string | No | View type (list/board/calendar/gantt) |
Output
Results are stored in the dataset:
{
"id": "abc123xyz",
"status": { "status": "to do", "color": "#d3d3d3" },
"priority": { "priority": "high", "color": "#ffcc00" }
}
Use Cases
- AI Task Creation: Let Claude create and organize tasks from conversations
- Automated Reporting: Generate task reports and summaries
- Workflow Automation: Integrate with n8n, Make, or Zapier
- Project Setup: Quickly create spaces, folders, and lists
- Status Updates: Update task statuses via natural language
Pricing
This actor uses Apify platform resources:
- Batch operations: ~$0.001 per run
- Standby mode: Billed per compute unit while active
Attribution
Based on clickup-mcp-server by Nazruden, licensed under MIT.
Support
- ClickUp API Documentation
- MCP Protocol Specification
- Report Issues
License
MIT License - see LICENSE for details.
You might also like
Webflow MCP Server
minute_contest/webflow-mcp-server
Connect AI assistants to Webflow via MCP. 22+ tools for sites, CMS collections, pages, and content. Works with Claude, ChatGPT, n8n workflows.
Piotr Kaplon
2
n8n Documentation MCP Server
agentify/n8n-mcp-server
n8n MCP Server provides AI assistants with structured access to n8n node documentation, properties, and validation tools for building and verifying workflows efficiently.
agentify
39
n8n-mcp
nourishing_courier/web-data-for-ai
n8n-mcp
Ani Björkström
4
Storybook MCP Server
minute_contest/storybook-mcp-server
Connect AI assistants to any Storybook via MCP. 6 tools for components, stories, props, and visual testing. Works with Claude, ChatGPT, n8n.
Piotr Kaplon
1
n8n MCP Template
sameh.jarour/n8n-mcp-template
Sameh George Jarour
12
N8n Mcp Actor
direct_duty/n8n-mcp-actor
Bridge between n8n workflows and Model Context Protocol (MCP) servers.
Sean
1
ClickUp API Tasks, Projects, Spaces & Time Tracking
alizarin_refrigerator-owner/clickup-api-tasks-projects-spaces-time-tracking
Manage your ClickUp workspace programmatically. Create and update tasks, organize projects and spaces, track time, add comments, and automate your entire project management workflow. Workspace & Organization list_workspaces list_spaces list_folders list_lists list_statuses
The Howlers
2
Linkedin Ads Mcp Server [PPR]
zadexinho/linkedin-ads-mcp-server
MCP server providing LinkedIn Ad Library data to AI agents. Tools: [search_linkedin_ads], [get_ad_details], [get_advertiser_ads]. Connect Claude Desktop, Cursor, n8n, or any MCP-compatible client. Returns ad copy, creatives, and active status.
zadexinho
2
Reddit Scraper - Markdown for AI & n8n
clearpath/reddit-to-llm-api
Extract Reddit posts and comments as LLM-ready Markdown. No API key needed. Direct n8n/Make integration—connect output to AI nodes instantly. 20x faster than browser scrapers. Perfect for lead gen, product validation, and market research workflows.
ClearPath
15
n8n Workflow Automation Templates Scraper
scraped/n8n-workflow-automation-templates-scraper
A tool that automatically scrapes and collects n8n workflow automation templates from the n8n for easy access and use.
scraped
286
Related articles
How to publish your Apify Actor as an n8n node
Read more
Best MCP servers for developers
Read more
Verwandte Server
n8n MCP Server
Manage n8n workflows, executions, and credentials through the Model Context Protocol.
AI Humanize MCP Server
Refines AI-generated content to sound more natural and human-like using advanced text enhancement.
Mac Apps Launcher MCP Server
Launch and manage macOS applications. List installed apps, launch them by name, or open files with specific apps.
AutoWP
Connects Claude to WordPress sites to create posts and manage sites using the WordPress REST API.
Joplin MCP Server
A server that enables access to Joplin notes and to-dos through the Model Context Protocol (MCP).
Reclaim AI
Reclaim is an ai calendar management tool that helps you plan your schedule and tasks.
Nineteen Blocks Sales Automation
A sales automation system that integrates Gmail, Google Sheets, Streak CRM, Notion, and Google Drive into a unified workflow.
Vercel MCP Server
An MCP server deployed on Vercel that provides a dice rolling tool.
MCP Calendar Assistant
An intelligent assistant for managing calendars and tasks.
DeepSRT
Summarize YouTube videos using the DeepSRT API.