Teamcity MCP Server

A Model Control Protocol (MCP) server that bridges AI coding assistants with JetBrains TeamCity CI/CD server, exposing TeamCity operations as MCP tools. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-01 · ★ 28 · #31 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Teamcity

before you install - you'll need

Set TEAMCITY_URL, TEAMCITY_TOKEN, MCP_MODE, LOG_LEVEL before connecting.

Claude Code

claude mcp add daghis-teamcity-mcp -- npx -y @daghis/teamcity-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "daghis-teamcity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@daghis/teamcity-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @daghis/teamcity-mcp - published under the repo owner's npm scope (@daghis)

registry namespace io.github.Daghis is GitHub-verified and matches the repo owner

03 · What Teamcity can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

teamcity-mcp-v2.12.1 · 2026-05-12

2.12.1 (2026-05-12) · mark download_ as readOnly and idempotent

teamcity-mcp-v2.12.0 · 2026-05-03

2.12.0 (2026-05-03) · forward TEAMCITY_HEADER_ env vars on every request

teamcity-mcp-v2.11.0 · 2026-05-03

2.11.0 (2026-05-03) · add list_build_artifacts tool for subdirectory browsing

04 · Who maintains Teamcity

teamcity is maintained by daghis. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
automation - ranked #31 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.Daghis/teamcity (active, first published 2025-12-06 · 44 versions)
packages
npm:@daghis/teamcity-mcp

06 · Teamcity FAQ

What is Teamcity?

A Model Control Protocol (MCP) server that bridges AI coding assistants with JetBrains TeamCity CI/CD server, exposing TeamCity operations as MCP tools. It runs locally over stdio via the published package.

Is Teamcity still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-01. We re-verify nightly.

How do I install Teamcity?

Run `npx -y @daghis/teamcity-mcp`. The README documents 4 environment variables (TEAMCITY_URL, TEAMCITY_TOKEN, MCP_MODE…) to set first. Set TEAMCITY_URL, TEAMCITY_TOKEN, MCP_MODE, LOG_LEVEL before connecting. You can also paste the ready-made client config above.

Does Teamcity run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Teamcity