Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A CircleCI MCP server that enables natural language interaction with CircleCI pipelines and workflows through Cursor IDE, Claude, and other MCP clients.
Add this to your MCP client configuration:
{
"mcpServers": {
"circleci-public-mcp-server-circleci": {
"command": "npx",
"args": [
"-y",
"@circleci/mcp-server-circleci"
],
"env": {
"CIRCLECI_TOKEN": "<Your CircleCI API token>",
"CIRCLECI_BASE_URL": "<CircleCI base URL (defaults to https://circleci.com)>"
}
}
}
}{
"id": "circleci-public-mcp-server-circleci",
"name": "CircleCI",
"description": "A CircleCI MCP server that enables natural language interaction with CircleCI pipelines and workflows through Cursor IDE, Claude, and other MCP clients.",
"source_url": "https://github.com/circleci-public/mcp-server-circleci",
"publisher_name": "circleci-public",
"publisher_url": "https://github.com/circleci-public",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 142973,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@circleci/mcp-server-circleci"
},
"tools_count": 12
}