- 100+ API tools - Full Clickup API coverage - Claude Desktop integration - Railway deployment support - Docker containerization - Comprehensive documentation
🚀 Don't want to self-host? Join the waitlist for our fully managed solution →
Zero setup. Zero maintenance. Just connect and automate.
🚀 ClickUp MCP Server — 2026 Complete Version
💡 What This Unlocks
This MCP server gives AI direct access to your entire ClickUp workspace. Instead of clicking through interfaces, you just tell it what you need.
🎯 ClickUp-Native Power Moves
The AI can directly control your ClickUp account with natural language:
- Smart automation — Complex workflows in plain English
- Data intelligence — Query, analyze, and export your ClickUp data
- Rapid operations — Bulk actions that would take hours manually
- Cross-platform integration — Combine ClickUp with other tools seamlessly
🔗 The Real Power: Combining Tools
AI can chain multiple ClickUp operations together:
- Query data → Filter results → Generate reports
- Search records → Update fields → Notify team
- Analyze metrics → Create tasks → Schedule follow-ups
📦 What's Inside
112 API tools covering the entire ClickUp platform (Project Management).
All with proper error handling, automatic authentication, and TypeScript types.
🚀 Quick Start
Option 1: Claude Desktop (Local)
-
Clone and build:
git clone https://github.com/BusyBee3333/ClickUp-MCP-2026-Complete.git cd clickup-mcp-2026-complete npm install npm run build -
Get your ClickUp API credentials (see Authentication section below)
-
Configure Claude Desktop:
On macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%\Claude\claude_desktop_config.json{ "mcpServers": { "clickup": { "command": "node", "args": ["/ABSOLUTE/PATH/TO/clickup-mcp/dist/index.js"], "env": { "CLICKUP_API_KEY": "your-api-key-here" } } } } -
Restart Claude Desktop
Option 2: Deploy to Railway
- Click the button above
- Set your ClickUp API credentials in Railway dashboard
- Use the Railway URL as your MCP server endpoint
Option 3: Docker
docker build -t clickup-mcp .
docker run -p 3000:3000 \
-e CLICKUP_API_KEY=your-key \
clickup-mcp
🔐 Authentication
See the official ClickUp API documentation for authentication details.
The MCP server handles token refresh automatically.
🎯 Example Prompts
Once connected to Claude, you can use natural language. Examples:
- "Show me recent activity in ClickUp"
- "Create a new record with these details..."
- "Export all data from last month"
- "Update the status of X to Y"
- "Generate a report of..."
🛠️ Development
Prerequisites
- Node.js 18+
- npm or yarn
- ClickUp account with API access
Setup
git clone https://github.com/BusyBee3333/ClickUp-MCP-2026-Complete.git
cd clickup-mcp-2026-complete
npm install
cp .env.example .env
# Edit .env with your ClickUp credentials
npm run build
npm start
Testing
npm test # Run all tests
npm run test:watch # Watch mode
npm run test:coverage # Coverage report
🐛 Troubleshooting
"Authentication failed"
- Verify your API credentials are correct
- Check that your API key hasn't been revoked
- Ensure you have the necessary permissions
"Tools not appearing in Claude"
- Restart Claude Desktop after updating config
- Check that the path in
claude_desktop_config.jsonis absolute - Verify the build completed successfully (
dist/index.jsexists)
📖 Resources
🤝 Contributing
Contributions are welcome! Please:
- Fork the repo
- Create a feature branch (
git checkout -b feature/amazing-tool) - Commit your changes (
git commit -m 'Add amazing tool') - Push to the branch (
git push origin feature/amazing-tool) - Open a Pull Request
📄 License
MIT License - see LICENSE for details
🙏 Credits
Built by MCPEngine — AI infrastructure for business software.
Want more MCP servers? Check out our full catalog covering 30+ business platforms.
Questions? Open an issue or join our Discord community.