Back to Apps

Azure DevOps MCP Server
Supports UIby Tiberriver256
Bridge AI assistants to Azure DevOps for managing projects, work items, repositories, and pipelines via the Model Context Protocol.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI assistants to the Azure DevOps ecosystem, allowing them to interact with projects, work items, repositories, and pipelines through a standardized protocol. It enables natural language interaction for complex DevOps workflows.
Tools
list_projects: List all projects in an organizationget_work_item: Retrieve a work item by IDcreate_work_item: Create a new work itemcreate_commit: Commit multiple file changes to a branchlist_pipelines: List pipelines in a projecttrigger_pipeline: Trigger a pipeline run with parameterscreate_pull_request: Create a new pull requestsearch_code: Search for code across repositories
Installation
{
"mcpServers": {
"azureDevOps": {
"command": "npx",
"args": ["-y", "@tiberriver256/mcp-server-azure-devops"],
"env": {
"AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/your-organization",
"AZURE_DEVOPS_AUTH_METHOD": "pat",
"AZURE_DEVOPS_PAT": "<YOUR_PAT>",
"AZURE_DEVOPS_DEFAULT_PROJECT": "your-project-name"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop and Cursor AI.
Quick install
npx -y @tiberriver256/mcp-server-azure-devopsInformation
- Pricing
- free
- Published
- 5/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json entry in ~/.cursor/ or project .cursor/Claude Desktop
Add the JSON configuration to claude_desktop_config.json using npx @tiberriver256/mcp-server-azure-devops





