Back to MCP Servers
CircleCI
Interact with CircleCI workflows, fix build failures, manage pipelines, and analyze CI/CD performance
cicdcirclecidevopsautomationcommunity
By CircleCI
Installation
npx @circleci/mcp-server-circleciConfiguration
{
"mcpServers": {
"circleci": {
"command": "npx",
"args": ["-y", "@circleci/mcp-server-circleci"],
"env": {
"CIRCLECI_TOKEN": "your-circleci-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes