mcp-server-azure-devops
This MCP server allows AI assistants to interact with Azure DevOps APIs through a standardized protocol.
The MCP server for Azure DevOps provides a seamless interface for AI assistants to manage and interact with various Azure DevOps resources. It enables functionalities such as accessing and managing projects, work items, repositories, and executing common DevOps workflows using natural language. This server acts as a bridge, ensuring secure and efficient communication between AI models and Azure DevOps APIs. With a feature-based architecture, the server encapsulates different functionalities into modules, making it easy to maintain and extend. It supports operations like creating and updating work items, branches, and pull requests, as well as accessing repository content through standardized resource URIs. This structured approach not only enhances usability but also ensures that interactions with Azure DevOps resources are safe and authenticated.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-azure-devops": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-azure-devops"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions