Stackr
Workspace
📥Today💬AI chat📋Board📝Docs⚙️Settings
Boards

Unlock team features

Invite a teammate to enable Sprints and collaboration.

Invite teammate →
?
v0.1.0·2711f50

Use Stackr inside Claude Desktop

Four steps. Configure once, then drive your workspace by chat.

Claude Desktop setup flow

Five steps, done in 3 minutes.

🔑Create token📄Find config📋Paste JSON🔄Restart Claude🎉Go
  1. 1

    Create an API token

    Go to Settings → API Tokens and create one for Claude. It's only shown once, so copy it now.

    Open settings →
  2. 2

    Locate Claude's config file

    Open this file in your OS (create it if missing).

    ~/Library/Application Support/Claude/claude_desktop_config.json
  3. 3

    Paste the config

    Merge this JSON in, and replace sk_replace_me with the token you just copied.

    JSON
    {
      "mcpServers": {
        "stackr": {
          "command": "npx",
          "args": [
            "-y",
            "@stackr/mcp"
          ],
          "env": {
            "STACKR_API_URL": "https://stackr.example.com",
            "STACKR_API_TOKEN": "sk_replace_me"
          }
        }
      }
    }

    STACKR_API_URL is filled in with your current host. For local dev, change it to http://localhost:3000.

  4. 4

    Restart Claude Desktop

    Quit fully (not just minimise) and reopen. You should see stackr_* tools available.

What to ask

A few starter prompts.

  • 「Round up everything I worked on last week and write me a status update」
  • 「Create three bug tickets on board STAC: login redirect, password reset email, verify link」
  • 「Mark STAC-12 as done and add a comment explaining what I changed」

Stuck?

I don't see any stackr_* tools
Make sure Claude Desktop was fully quit (not minimised) before reopening. Re-check the JSON for typos.
The token shows unauthorized
Token may have been revoked or mistyped. Generate a new one from Settings.
Local development won't connect
STACKR_API_URL should be http://localhost:3000 and your dev server must be running.