Loading subscription status...
{
"mcpServers": [
{
"clickup-mcp-server": {
"env": {},
"args": [
"--env CLICKUP_API_KEY=your_api_key_here",
"--env CLICKUP_TEAM_ID=your_team_id_here"
],
"command": "npx -y @taazkareem/clickup-mcp-server@latest"
}
}
]
}