Skip to the content.

Quick Setup Guide

Get ClickMongrel up and running in 5 minutes

Table of contents

  1. Prerequisites
  2. Step 1: Clone and Build
  3. Step 2: Get Your ClickUp API Key
  4. Step 3: Run Setup Wizard
  5. Step 4: Add to Claude
  6. Step 5: Verify Installation
  7. Test the Connection
  8. Next Steps
  9. Troubleshooting
    1. “API key not valid” error
    2. Tasks not syncing
    3. MCP server not showing in Claude

Prerequisites

Before starting, ensure you have:

Step 1: Clone and Build

# Clone the repository
git clone https://github.com/hellocory/clickmongrel.git
cd clickmongrel

# Install dependencies
pnpm install

# Build the project
pnpm run build

Step 2: Get Your ClickUp API Key

  1. Log into ClickUp
  2. Navigate to SettingsApps
  3. Click Generate under Personal API Token
  4. Copy your API key

⚠️ Important: Keep your API key secure and never commit it to version control

Step 3: Run Setup Wizard

The easiest way to configure ClickMongrel:

pnpm run setup

This interactive wizard will:

Step 4: Add to Claude

Add ClickMongrel to Claude Code:

claude mcp add clickmongrel \
  --env CLICKUP_API_KEY=pk_your_api_key_here \
  -- node /full/path/to/clickmongrel/dist/index.js

Replace:

Step 5: Verify Installation

In Claude Code, type:

/mcp

You should see clickmongrel in the list of available MCP servers.

Test the Connection

Try creating a simple todo list in Claude:

TodoWrite:
- [ ] Test task from Claude
- [ ] Verify sync to ClickUp

Then check your ClickUp workspace - the tasks should appear automatically!

Next Steps

Troubleshooting

“API key not valid” error

Tasks not syncing

MCP server not showing in Claude


Need help? Open an issue on GitHub!