clickup-intelligence-mcp-server

lesmoires/clickup-intelligence-mcp-server
★ 0 stars TypeScript API Integration Updated today
Fork of Chykalophia ClickUp Intelligence MCP server with ESM import extension fix for Node 26
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clickup-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "lesmoires/clickup-intelligence-mcp-server"
      ]
    }
  }
}