The mcp azure devops server allows AI agents to manage Azure DevOps projects, work items, pipelines, and repositories. It provides Python SDK tools to create, update, and query Azure DevOps resources. The server connects directly to Azure DevOps APIs, enabling developers to automate workflows, track project progress, and integrate with CI/CD pipelines. Useful for DevOps engineers and software developers automating project management tasks.
The mcp azure devops server allows AI agents to manage Azure DevOps projects, work items, pipelines, and repositories. It provides Python SDK tools to create, update, and query Azure DevOps resources. The server connects directly to Azure DevOps APIs, enabling developers to automate workflows, track project progress, and integrate with CI/CD pipelines. Useful for DevOps engineers and software developers automating project management tasks.
pip install mcp-azure-devopsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"vortiago-mcp-azure-devops-github": {
"command": "uvx",
"args": [
"pip install mcp-azure-devops"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp azure devops?"
API Key Required
This server requires an API key from mcp azure devops. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_AZURE_DEVOPS_API_KEY | Yes | Your mcp azure devops API key |
"What resources are available in mcp azure devops?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp azure devops"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp azure devops with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.