MCP.so
登录

ClickUp MCP Server (Read-Only Version)

@ToSn0w

关于 ClickUp MCP Server (Read-Only Version)

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

ToSn0w

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": [
        "-y",
        "@s.pawel940/clickup-mcp-server@latest"
      ],
      "env": {
        "CLICKUP_API_KEY": "your-api-key",
        "CLICKUP_TEAM_ID": "your-team-id",
        "DOCUMENT_SUPPORT": "true"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ClickUp MCP Server (Read-Only Version)?

A read-only Model Context Protocol (MCP) server that integrates ClickUp tasks, spaces, lists, folders, documents, and time tracking with AI applications. It allows AI agents to retrieve information from ClickUp through a standardized protocol.

How to use ClickUp MCP Server (Read-Only Version)?

Install via Smithery (hosted), NPX (local with dependencies), or Docker (containerized). You need a ClickUp API key and Team ID. Configure environment variables (CLICKUP_API_KEY, CLICKUP_TEAM_ID, optionally DOCUMENT_SUPPORT, ENABLE_SSE, PORT, LOG_LEVEL, DISABLED_TOOLS) in your MCP client settings or command line. Then use natural language to query your workspace.

Key features of ClickUp MCP Server (Read-Only Version)

  • Task information retrieval
  • Workspace organization viewing (spaces, folders, lists)
  • Time tracking data access
  • Member information access
  • Document content viewing
  • Built-in rate limiting and error handling

Use cases of ClickUp MCP Server (Read-Only Version)

  • AI agents fetching task details and statuses
  • Automating workspace hierarchy exploration
  • Retrieving time entries and running timers
  • Searching for workspace members by name or email
  • Accessing document and page content from ClickUp Docs

FAQ from ClickUp MCP Server (Read-Only Version)

How do I install and configure the server?

Add the NPX command or Docker configuration to your MCP client settings, providing your ClickUp API key and Team ID as environment variables. You can also install via Smithery for a hosted option.

How do I enable document support?

Set the environment variable DOCUMENT_SUPPORT to true. The default is false, and document tools will not be available without this setting.

Can I run the server in SSE (Server-Sent Events) mode?

Yes. Set ENABLE_SSE to true and optionally specify a custom PORT (default 3231). Required for clients that need HTTP-based transport.

How do I disable specific tools?

Use the DISABLED_TOOLS environment variable with a comma‑separated list of tool names (e.g., create_task,delete_task). This helps reduce tool count for context limitations.

What authentication is required?

You must provide a valid ClickUp API key via the CLICKUP_API_KEY environment variable. The server connects to ClickUp’s API using this key and is read‑only.

评论

其他 分类下的更多 MCP 服务器