About
Overview
The CircleCI MCP Server enables AI agents to interact with CircleCI's CI/CD platform. It provides tools for triggering pipelines, viewing workflow status, accessing job logs, and managing project settings.
Capabilities
Tools & Capabilities
⚡trigger_pipeline
Trigger a new pipeline run
⚡list_pipelines
List recent pipelines
⚡get_workflow
Get workflow status
⚡get_job_logs
Get logs from a specific job
⚡list_artifacts
List artifacts from a build
Setup
Installation
bash
Install
npx -y mcp-server-circleciExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"circleci": {
"command": "npx",
"args": ["-y", "mcp-server-circleci"],
"env": {
"CIRCLECI_TOKEN": "your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 55
Last UpdatedFeb 12, 2026