Connect Sprrint MCP

1. Install

pipx install sprrint
sprrint login

Or mint a key in the app (You → Keys) and put it in the env block below.

The profile modal You → CLI & MCP already has a JSON snippet pointed at https://sprrint.run.

2. Cursor

~/.cursor/mcp.json or project .cursor/mcp.json:

{
  "mcpServers": {
    "sprrint": {
      "command": "sprrint",
      "args": ["mcp"],
      "env": {
        "SPRRINT_API_KEY": "spr_live_your_key"
      }
    }
  }
}

If you already ran sprrint login on this machine, you can omit env and the server will read ~/.config/sprrint/config.toml.

Restart Cursor (or reload MCP) and ask: “What is on Now in Sprrint?”

3. Claude Desktop

claude_desktop_config.json:

{
  "mcpServers": {
    "sprrint": {
      "command": "sprrint",
      "args": ["mcp"],
      "env": {
        "SPRRINT_API_KEY": "spr_live_your_key"
      }
    }
  }
}

Some clients prefer a dedicated binary:

{ "command": "sprrint-mcp", "args": [], "env": { } }

4. Check it

From a terminal:

sprrint whoami
sprrint now --plain

If those work, MCP will work with the same key.

5. Project default

Set SPRRINT_PROJECT=BR in the MCP env so tools that take an optional project argument default to that board.