The Azure DevOps MCP server connects AI agents to Azure DevOps for project management. It exposes APIs for work item tracking, build pipelines, and repository management. Developers use it to automate tasks like creating pull requests, triggering builds, and updating work items. It integrates directly with Azure DevOps Services and Server.
The Azure DevOps MCP server connects AI agents to Azure DevOps for project management. It exposes APIs for work item tracking, build pipelines, and repository management. Developers use it to automate tasks like creating pull requests, triggering builds, and updating work items. It integrates directly with Azure DevOps Services and Server.
npx -y @tiberriver256/mcp-server-azure-devopsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"tiberriver256-mcp-server-azure-devops-github": {
"command": "npx",
"args": [
"-y",
"npx -y @tiberriver256/mcp-server-azure-devops"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from azure devops?"
API Key Required
This server requires an API key from azure devops. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AZURE_DEVOPS_API_KEY | Yes | Your azure devops API key |
"What resources are available in azure devops?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in azure devops"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in 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.