MCP ClickUp Helper
@cedrazgabriel
About MCP ClickUp Helper
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP ClickUp Helper": {
"command": "node",
"args": [
"build/index.js"
],
"env": {
"CLICKUP_API_KEY": "",
"TEAM_ID": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP ClickUp Helper?
MCP ClickUp Helper is a server that enables interaction with the ClickUp API through the Model Context Protocol (MCP). It allows users to query and update ClickUp tasks directly from an MCP client, and is built for developers or AI workflows that need to integrate with ClickUp.
How to use MCP ClickUp Helper?
Clone the repository, install dependencies with npm install, and set environment variables (CLICKUP_API_KEY and TEAM_ID) in a .env file. Build the project with npm run build, then run it using the MCP Inspector: npx @modelcontextprotocol/inspector -e CLICKUP_API_KEY=... -e TEAM_ID=... node build/index.js.
Key features of MCP ClickUp Helper
- Query task details from ClickUp
- Update task status in ClickUp
- Integrates with the Model Context Protocol for AI workflows
- Built with TypeScript, Node.js, and MCP SDK
Use cases of MCP ClickUp Helper
- Automate task status updates from an AI assistant
- Retrieve ClickUp task information within a chat interface
- Integrate ClickUp into custom MCP‑based tools
FAQ from MCP ClickUp Helper
What does MCP ClickUp Helper do?
It provides a server that connects MCP clients to the ClickUp API, enabling tasks like querying and updating ClickUp tasks.
What are the requirements to run it?
Node.js 16 or higher, a ClickUp account with a valid API key, and the ClickUp team ID.
How is the API key configured?
Set the CLICKUP_API_KEY and TEAM_ID environment variables either in a .env file or passed directly when running the MCP Inspector.
What transport or authentication does it use?
It uses the Model Context Protocol for transport and requires a ClickUp API key for authentication. No other transports are mentioned.
Can I extend or contribute to this server?
Yes, the project is open source and contributions via pull requests or issues are welcome.
Frequently asked questions
What does MCP ClickUp Helper do?
It provides a server that connects MCP clients to the ClickUp API, enabling tasks like querying and updating ClickUp tasks.
What are the requirements to run it?
Node.js 16 or higher, a ClickUp account with a valid API key, and the ClickUp team ID.
How is the API key configured?
Set the `CLICKUP_API_KEY` and `TEAM_ID` environment variables either in a `.env` file or passed directly when running the MCP Inspector.
What transport or authentication does it use?
It uses the Model Context Protocol for transport and requires a ClickUp API key for authentication. No other transports are mentioned.
Can I extend or contribute to this server?
Yes, the project is open source and contributions via pull requests or issues are welcome.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments