How to Use the CircleCI MCP in Claude Code
Pipe your CircleCI status directly into shell scripts. A headless, scriptable interface for your builds, made for Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CircleCI MCP to Claude Code
Create your Vinkius account to connect CircleCI to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build custom deployment scripts
This server exposes CircleCI operations as command-line tools for your agent. You can now `trigger_cci_pipeline` from a simple bash script. This MCP connection lets you treat CircleCI like any other CLI tool, which is perfect for custom automation. For example, write a script that triggers a deployment pipeline, then enters a loop. Inside the loop, it calls `get_workflow_details` every 30 seconds, parsing the JSON output with `jq` to check the status. The script only exits when the build succeeds or fails.
Check build status from the terminal
You're working in a remote SSH session and need to know if the last deployment went through. There's no need to open a browser. Just run a command that tells your agent to `list_cci_pipelines` for your project. Your agent just queries the CircleCI MCP server and pipes the JSON response to your terminal. You get a clean, scriptable list of recent pipelines and their statuses. It's the fastest way to get a pulse check on your project's health from anywhere with a command line.
Generate daily build reports with this MCP Server
Set up a cron job to run a script that calls these tools. Your script can use `list_cci_pipelines` to get all builds from the last 24 hours. For any that failed, it can then use `get_workflow_details` and `list_workflow_jobs` to collect the specific error details. The script can then format this information into a daily summary and send it to a Slack channel or an email address. It's a great way to create an automated, headless monitoring system for your team's CI/CD activity.
Set up CircleCI MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecircleci-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest CircleCI transactions." It will automatically discover and invoke the available CircleCI tools.
claude mcp add --transport http circleci-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about CircleCI MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CircleCI MCP today
We host it, we monitor it, we maintain it. You just paste one token.