Back to MCP Servers
🔷
Azure DevOps MCP Server
by Microsoft
The Azure DevOps MCP Server (GA as of Oct 2025) brings Azure DevOps context directly to your AI agents. Access work items, pull requests, builds, test plans, wikis, and more using natural language. Runs locally for secure, private data access.
Official
Company Integration
Developer Tools
Deployment Type
💻Local
Runs on your local machine
Authentication
🔐OAuth
OAuth authentication
Installation
Medium
Some configuration needed
Use Cases
Common ways to use this MCP server
Project management
Sprint planning
Code review automation
Test case generation
Wiki documentation
Ideal For
This server is perfect for these roles and teams
Product Managers
Engineering Managers
Developers
QA Engineers
Scrum Masters
Installation
Quick start guide for setting up this MCP server
1. Install via npx
npx -y @azure-devops/mcp2. Add to Claude Desktop config
Edit claude_desktop_config.json
{
"mcpServers": {
"azure-devops": {
"command": "npx",
"args": ["-y", "@azure-devops/mcp"],
"env": {
"AUTH_TOKEN": "your-oauth-here"
}
}
}
}3. Restart Claude Desktop
Close and reopen Claude Desktop to load the new MCP server.
Related MCP Servers
Other servers you might find useful
Learn More About Model Context Protocol
Understand how MCP works and how to build your own servers