clickup-mcp-server
10
The ClickUp MCP Server is a Model Context Protocol implementation that facilitates integration of AI assistants with ClickUp workspaces. It offers tools for task, team, list, board, and space management, among other functionalities.
ClickUp MCP Server
A Model Context Protocol server implementation for ClickUp integration, enabling AI assistants to interact with ClickUp workspaces.
Quick Start
- Generate a Personal API Token in ClickUp settings.
- Configure your MCP Client with the token.
- Restart your MCP Client.
Environment Variables
- Required:
CLICKUP_PERSONAL_TOKEN
- Optional:
LOG_LEVEL
,ENCRYPTION_KEY
,PORT
Available Tools
- Task Management: Create and update tasks.
- Team & List Management: Retrieve teams and lists.
- Board Management: Create boards.
- Space Management: Manage spaces.
- Folder Management: Manage folders.
- Custom Field Management: Manage custom field values.
- Doc Management: Handle docs and their content.
- View Management: Manage views and their tasks.
Development
Clone repository, install dependencies, configure .env
, and run in development mode.
Security
- Authenticates using ClickUp Personal API Token. Keep it secure.
- Rate limiting logging is managed by
ClickUpService
.
Troubleshooting
Common Issues
- Authentication errors, rate limiting, server start problems.
- Ensure proper token setup and check server logs.
Support
Consider buying a coffee to support development.
License
MIT License.