mcpbeat Sign in

Azure DevOps On-Premises MCP Server

local only

Azure DevOps On-Premises runs on your own machine — the client starts it, so there is no endpoint to ping. 401 installs a week from pypi. Last commit 7 Sep 2026.

MCP server for on-premises Azure DevOps Server and TFS: repos, pull requests, work items, and wiki.

Installs per day peak 213 · avg 29 · +74% w/w
a month agotoday
401
Installs / week
pypi · mcp-devops-onpremise
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        file_path = os.path.abspath(os.path.join(save_path, file_name))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-devops-on-prem -- uvx mcp-devops-onpremise
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-devops-on-prem": {
      "args": [
        "mcp-devops-onpremise"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-devops-on-prem]
command = "uvx"
args = ["mcp-devops-onpremise"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-devops-on-prem": {
      "args": [
        "mcp-devops-onpremise"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-devops-on-prem": {
      "args": [
        "mcp-devops-onpremise"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DEVOPS_API_URL (Full Azure DevOps Server project URL, e.g. https://server/org/project), DEVOPS_USERNAME (NTLM username, usually DOMAIN\username), DEVOPS_PASSWORD (NTLM password), DEVOPS_PAT (Personal Access Token for PAT authentication), DEVOPS_TOKEN (OAuth bearer token for bearer-token authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Azure DevOps On-Premises

same job, measured the same way
Bitbucket MCP Server
by lawp09

MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more

447 installs/wk local only
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only
AurelianFlo
by aurelianflo

Remote MCP server for OFAC screening, EDD memos, exposure forecasts, queues, and reports.

11 tools answering
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
I
Tangled MCP
by zzstoatzz

MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.

43 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
Drone CI/CD MCP Server
by yusiwen

MCP server for Drone CI/CD: 45 tools for builds, repos, secrets, users and templates

local only

Azure DevOps On-Premises — questions

Answers built from our own checks of this server.

Why is there no uptime for Azure DevOps On-Premises?
Azure DevOps On-Premises runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-devops-onpremise was installed 401 times last week.
How do I connect Azure DevOps On-Premises?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-devops-onpremise straight from pypi; nothing to host, nothing to sign up for.
How many people use Azure DevOps On-Premises?
The pypi package mcp-devops-onpremise was installed 401 times in the last week. Week over week that is +74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Azure DevOps On-Premises open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.