clickup-mcp-server
Verified Safeby rubenaguir
Overview
Integrate AI-powered clients with ClickUp's task management system via the Model Context Protocol (MCP) to manage tasks and lists.
Installation
node build/index.jsEnvironment Variables
- CLICKUP_ACCESS_TOKEN
Security Notes
The server correctly retrieves the ClickUp API access token from environment variables, enforcing good security practices by not hardcoding secrets. Communication with clients occurs via standard input/output (stdio), limiting direct network exposure for the server. API calls to ClickUp are made over HTTPS via axios. Error handling for ClickUp API responses includes an 'isError' flag and detailed messages, preventing internal server errors from leaking. A helper script for OAuth token generation also uses environment variables for client credentials and PKCE, enhancing security for the token acquisition process.
Similar Servers
fastmcp
A TypeScript framework for building Model Context Protocol (MCP) servers, providing high-level abstractions and boilerplate handling for features like tools, prompts, resources, sessions, authentication, and HTTP streaming.
plane-mcp-server
Provides AI agents with tools to interact with Plane APIs for project and work item management.
vikunja-mcp
Facilitates integration and automation of Vikunja task and project management by exposing its API functionalities via the Model Context Protocol (MCP), enabling structured, AI-driven interactions.
Teamwork-MCP
The MCP server simplifies interaction with the Teamwork.com API, enabling AI agents to manage projects, tasks, people, and companies within Teamwork.