
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.
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






