Teamcity
Freeby MCP Community
Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants
v2.6.2Added Apr 12, 2026
mcpteamcitycicdai
Teamcity MCP Server
Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants
Installation
Reviews
Installation
Quick install
npx -y @daghis/teamcity-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"teamcity": {
"command": "npx",
"args": ["-y", "@daghis/teamcity-mcp"]
}
}
}