MCP server for on-premises Azure DevOps Server and TFS: repos, pull requests, work items, and wiki.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx mcp-devops-onpremise
MCP client config
{
"mcpServers": {
"azure-devops-on-premises": {
"command": "uvx",
"args": [
"mcp-devops-onpremise"
]
}
}
}