Raulster24/azure-devops-mcp-server
MCP server for Azure Devops Integration
Platform-specific configuration:
{
"mcpServers": {
"azure-devops-mcp-server": {
"command": "npx",
"args": [
"-y",
"azure-devops-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A modular Model Context Protocol (MCP) server for Azure DevOps integration with wikis, test plans, and work items. This server enables Claude Desktop and other MCP clients to interact with Azure DevOps resources.
npm install -g azure-devops-mcp-servergit clone https://github.com/yourusername/azure-devops-mcp-server
cd azure-devops-mcp-server
npm installhttps://dev.azure.com/yourorganizationCreate a .env file (optional) or set environment variables:
AZDO_ORG_URL=https://dev.azure.com/yourorganization
AZDO_PAT=your-personal-access-token
AZDO_DEFAULT_PROJECT=YourProject
AZDO_MAX_CONTENT_LENGTH=2000
AZDO_CACHE_TIMEOUT=300000
AZDO_HTTP_TIMEOUT=120000Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json **Win
Loading reviews...