Back to MCP Servers
Teamcity
MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching.
developer-toolsaiagent
By Daghis
Installation
npx -y teamcity-mcpConfiguration
{
"mcpServers": {
"teamcity-mcp": {
"command": "npx",
"args": ["-y", "teamcity-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes