MCP server for on-premises Azure DevOps Server (TFS) with TFVC support - shelvesets, changesets, Work Items, Git, Pipelines, Wiki for AI assistants.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"azure-devops": {
"env": {
"AZURE_DEVOPS_ENV_FILE": "C:\\Users\\you\\.azure-devops-mcp.env"
},
"args": [
"-y",
"@burcusg/azure-devops-mcp-onprem"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for on-premises Azure DevOps Server (TFS). Covers Work Items, Git, TFVC (including shelvesets, changesets, labels), Pipelines, Wiki, and Test Plans. Profile-based multi-tenant config, PAT authentication. Bridges Claude, GitHub Copilot, Cursor, Antigravity, and other AI assistants.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@burcusg/azure-devops-mcp-onprem' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @burcusg/azure-devops-mcp-onprem against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / cloud / education
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Manage Supabase projects — databases, auth, storage, and edge functions
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
MCP Security Weekly
Get CVE alerts and security updates for Azure Devops Mcp Onprem and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for on-premises Azure DevOps Server (TFS). Covers Work Items, Git, TFVC (including shelvesets, changesets, labels), Pipelines, Wiki, and Test Plans. Profile-based multi-tenant config, PAT authentication. Bridges Claude, GitHub Copilot, Cursor, Antigravity, and other AI assistants.
Quick Start · Enterprise Setup · Privacy · Tool Reference · Multi-Instance · Security
🔒 Runs entirely locally. Your data never leaves your machine — no telemetry, no cloud proxy. See details ↓
AI assistants like GitHub Copilot and Claude are powerful — but they can't see your backlog, your branches, or your build status. This MCP server gives them direct, read-write access to your on-premises Azure DevOps Server, so you can ask things like:
"Show me all active bugs assigned to me in this sprint" "Create a PR from feature/login to develop with this description" "What changed in changeset 12345?" "Trigger the nightly build on the release branch"
| Feature | Details | |
|---|---|---|
| On-Prem First | Azure DevOps Server 2022.2 | Built for self-hosted TFS where cloud-oriented MCPs don't reach — PAT auth, self-signed SSL support |
| TFVC Support | Shelvesets, changesets, labels | 10 TFVC tools for legacy version control workflows that cloud-era tools don't cover |
| 48 Tools | 9 domains | Work Items, Git, TFVC, Pipelines, Wiki, Test Plans + convenience + advanced helpers |
| Multi-Instance | Multiple TFS servers | AZURE_DEVOPS_PROFILE loads .env.<name> — run against several TFS instances simultaneously |
@me Token | Current-user shortcut | owner / author / assignedTo accept @me — resolved per tenant, stateless for multi-agent setups |
| Multi-Client | Works everywhere | Claude Code/Desktop, GitHub Copilot, Cursor, Codex CLI, Antigravity, and any MCP-compatible client |
| Safe Writes | Confirmation required | All mutating tools need explicit user approval; WIQL injection prevention; bounded pagination; scrubbed errors |
graph LR
A["🤖 AI Assistants"] -->|MCP Protocol| B["⚙️ MCP Server<br/>48 Tools · 9 Domains"]
B -->|REST API| C["☁️ Azure DevOps<br/>On-Prem or Cloud"]
style A fill:#1e3a5f,stroke:#4a90d9,color:#fff
style B fill:#1a1a2e,stroke:#8B5CF6,color:#fff
style C fill:#0f3460,stroke:#0078D7,color:#fff
graph TD
GHC["GitHub Copilot"] --> MCP
CLI["Copilot CLI"] --> MCP
CC["Claude Code"] --> MCP
CD["Claude Desktop"] --> MCP
CDX["Codex CLI"] --> MCP
AG["Antigravity"] --> MCP
MCP["MCP Server — Node.js + TypeScript"]
MCP --> WI["Work Items — 8 tools"]
MCP --> GIT["Git — 9 tools"]
MCP --> TFVC["TFVC — 10 tools"]
MCP --> PIPE["Pipelines — 5 tools"]
MCP --> CONV["Convenience — 5 tools"]
MCP --> TEST["Test Mgmt — 6 tools"]
MCP --> WIKI["Wiki — 5 tools"]
WI --> ADS
GIT --> ADS
TFVC --> ADS
PIPE --> ADS
CONV --> ADS
TES
... [View full README on GitHub](https://github.com/burcusipahioglu/azure-devops-mcp-onprem#readme)