teamcity for Claude Desktop
io.github.daghis/teamcity
MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants
client:Claude Desktop
transport:stdio
runtime:npm
Install teamcity in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"teamcity": {
"command": "npx",
"args": [
"-y",
"@daghis/teamcity-mcp"
],
"env": {
"TEAMCITY_URL": "<TEAMCITY_URL>",
"TEAMCITY_TOKEN": "<TEAMCITY_TOKEN>",
"MCP_MODE": "<MCP_MODE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs