Skip to content
MCP-Bridge
Developer ToolsAuto-generated

clickup20 MCP Server

Polls is a simple API allowing consumers to view polls and vote in them.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/clickup-com

Environment Variables

CLICKUP20_API_KEY

Example: your_clickup20_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "clickup-com": {
      "command": "npx",
      "args": ["-y","@mcp/clickup-com"],
      "env": {
      "CLICKUP20_API_KEY": "your_clickup20_api_key"
}
    }
  }
}

Endpoints

GET/questions

List All Questions

POST/questions

Create a New Question