$ timeahead.in
mcp/circlecimcp-server-circleci/install

install @circleci/mcp-server-circleci

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/CircleCI-Public/mcp-server-circleci
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "circleci-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@circleci/mcp-server-circleci@latest"
      ],
      "env": {
        "CIRCLECI_TOKEN": "your-circleci-token",
        "CIRCLECI_BASE_URL": "https://circleci.com",
        "MAX_MCP_OUTPUT_LENGTH": "50000"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/circlecimcp-server-circleci/install/claude-desktop
← back to @circleci/mcp-server-circleci