About
Overview
The Azure DevOps MCP Server provides one of the most comprehensive MCP integrations available, with 116 tools spanning the entire Azure DevOps platform. AI agents can query and create work items (Epics, Features, User Stories, Bugs, Tasks), manage Git repositories and branches, handle the full pull request lifecycle including reviews, run YAML and classic pipelines, manage releases and deployments, edit wiki pages, run test plans, manage artifact feeds, and much more. Supports both STDIO and HTTP transport modes for flexible deployment including Docker.
Capabilities
Tools & Capabilities
⚡query_work_items
Query work items using WIQL
⚡create_work_item
Create a new work item of any type
⚡update_work_item
Update an existing work item
⚡create_pull_request
Create a pull request
⚡list_repositories
List Git repositories in a project
⚡list_pipelines
List YAML pipelines
⚡run_pipeline
Trigger a pipeline run
⚡create_release
Create a new release
⚡get_boards
Get Kanban board configuration
⚡move_board_card
Move a card on a Kanban board
⚡create_wiki_page
Create a wiki page
⚡list_test_plans
List test plans in a project
Setup
Installation
bash
Install
git clone https://github.com/grizzlypeaksoftware/ado_mcp && cd ado_mcp && npm install && npm run buildExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"azure-devops": {
"command": "node",
"args": ["/path/to/ado_mcp/build/index.js"],
"env": {
"ADO_PAT": "your-personal-access-token",
"ADO_ORG_URL": "https://dev.azure.com/yourorg",
"ADO_PROJECT": "your-project"
}
}
}
}Quick Info
AuthorGrizzly Peak Software
LanguageTypeScript
StatusStable
Stars★ 45
Last UpdatedFeb 12, 2026