MCP Server for Azure DevOps
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server for Azure DevOpslist recent pull requests in the e-commerce project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for Azure DevOps
A comprehensive Model Context Protocol (MCP) server that provides AI assistants with full access to Azure DevOps services.
š Quick Install
# Clone the repository
git clone https://github.com/sepal7/mcp-ado.git
cd mcp-ado
# Install dependencies
npm install
# Create .env file
cp .env.example .env
# Edit .env with your Azure DevOps credentials
# Test the connection
npm run test-connectionThen configure your IDE (see Installation section below).
Related MCP server: Azure DevOps MCP Server
š¦ Available Tools (25+)
Wiki (3 tools)
get_wiki_page- Retrieve wiki page by ID or pathlist_wiki_pages- List all wiki pages in a projectsearch_wiki_pages- Search wiki pages by content or title
Repositories (5 tools)
list_repos- List all repositoriesget_repo- Get repository detailsget_repo_file- Get file content from repositorylist_repo_branches- List branches in a repositorysearch_code- Search code across repositories
Work Items (5 tools)
get_work_item- Get work item by IDget_work_items- Get multiple work itemsquery_work_items- Query work items using WIQLcreate_work_item- Create new work itemupdate_work_item- Update existing work item
Pull Requests (3 tools)
list_pull_requests- List pull requestsget_pull_request- Get pull request detailsget_pr_comments- Get PR review comments
Builds & Pipelines (4 tools)
list_builds- List recent buildsget_build- Get build detailslist_pipelines- List pipelinesget_pipeline_run- Get pipeline run details
Releases (2 tools)
list_releases- List releasesget_release- Get release details
Test Plans (2 tools)
list_test_plans- List test plansget_test_plan- Get test plan details
Generic (1 tool)
ado_api_call- Make any Azure DevOps REST API call
š Comparison with Similar Projects
Feature | This Project | Other MCP ADO Servers |
Total Tools | 25+ | 5-15 |
Wiki Support | ā Yes (3 tools) | ā Limited/None |
Multi-Project | ā Built-in | ā Single project |
WIQL Queries | ā Yes | ā No |
Generic API Tool | ā Yes | ā No |
Helper Scripts | ā PAT management | ā No |
Documentation | ā Comprehensive | ā ļø Basic |
Key Differentiators:
Most comprehensive tool coverage (25+ vs 5-15)
Multi-project support without reconfiguration
Advanced features (WIQL queries, generic API tool)
Better developer experience (helper scripts, comprehensive docs)
⨠Features
25+ MCP Tools covering all major Azure DevOps services
Multi-Project Support - Access any project in your organization without reconfiguration
WIQL Query Support - Advanced work item querying using Work Item Query Language
Generic API Tool - Make any Azure DevOps REST API call for future-proof extensibility
Helper Scripts - Automated PAT token management and connection testing
Comprehensive Documentation - Step-by-step guides for Cursor, VS Code, and deployment
š Quick Start
Prerequisites
Node.js 18+ installed
Azure DevOps Personal Access Token (PAT) with appropriate permissions
VS Code with GitHub Copilot Chat extension, VS Code Insiders, or Cursor IDE
Installation
š¦ Install from Source
# Clone the repository
git clone https://github.com/sepal7/mcp-ado.git
cd mcp-ado
# Install dependencies
npm install
# Create .env file
cp .env.example .env
# Edit .env with your values:
# AZURE_DEVOPS_ORG=YourOrganization
# AZURE_DEVOPS_PROJECT=YourProject
# AZURE_DEVOPS_PAT=your_pat_token_here
# Test the connection
npm run test-connectionThen configure manually (see detailed guides below).
For detailed setup instructions, see:
šÆ Usage Examples
Once configured, use natural language to interact with Azure DevOps:
Default Project:
"List all repositories"
"Get work item #12345"
"Show me pull requests"
Other Projects:
"List repositories in the [ProjectName] project"
"Get work items from the [ProjectName] project"
All tools support an optional project parameter to access any project in your organization.
āļø Configuration
Environment Variables
Variable | Required | Description |
| Yes | Your Azure DevOps organization name |
| Yes | Default project name |
| Yes | Personal Access Token |
| No | Optional telemetry connection string |
Multi-Project Support
All MCP tools support an optional project parameter. When using Cursor or VS Code, mention the project name in your request:
"List repositories in the [ProjectName] project"The AI assistant automatically extracts the project name and passes it to the MCP tool.
š Project Structure
mcp-ado/
āāā server.js # Main MCP server implementation
āāā package.json # Node.js dependencies and scripts
āāā .env.example # Environment variables template
āāā README.md # This file
ā
āāā docs/ # Documentation
ā āāā 01-SETUP.md # General setup guide
ā āāā 02-CURSOR-SETUP.md # Cursor IDE setup
ā āāā 03-VSCODE-SETUP.md # VS Code setup
ā āāā 04-PAT-MANAGEMENT.md # PAT token management
ā āāā 05-RESTART-SERVER.md # How to restart server
ā āāā 07-CHANGELOG.md # Version history
ā āāā 08-ONPREMISE-WINDOWS-IIS.md # On-premise deployment
ā
āāā scripts/ # Utility scripts
ā āāā test.js # Basic server tests
ā āāā test-connection.js # Azure DevOps connection tester
ā āāā update-pat.ps1 # PAT token updater script
ā
āāā azure/ # Azure deployment files
āāā README.md # Azure deployment guide
āāā Dockerfile # Container image definition
āāā azure-deploy.bicep # Infrastructure as codeš Documentation
Setup Guide - General setup and configuration
Cursor Setup - Cursor IDE configuration
VS Code Setup - VS Code + GitHub Copilot setup
PAT Management - Managing Personal Access Tokens
Changelog - Version history
š¤ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
š License
MIT License - see LICENSE file for details
š Credits
Enhanced with features from Microsoft's official Azure DevOps MCP Server
Made with ā¤ļø for the MCP community
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceEnables AI assistants to interact with Azure DevOps APIs for managing projects, work items, repositories, pull requests, and pipelines through natural language.26MIT

Azure DevOps MCP Serverofficial
Alicense-qualityAmaintenanceProvides Azure DevOps tooling for AI agents, enabling interaction with projects, work items, repositories, and pipelines through natural language.103,7001,951MIT- Alicense-qualityDmaintenanceEnables AI assistants to interact with Azure DevOps APIs for managing projects, work items, repositories, pull requests, pipelines, and more through natural language.3,181MIT
- Alicense-qualityCmaintenanceEnables AI assistants to interact with Azure DevOps through an MCP server with 34 tools for PRs, work items, repos, and branches, optimized for token efficiency and agent-first workflows.4MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Free public MCP for AI agents ā 193 tools, 44 workflows. No API key.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sepal7/mcp-ado'
If you have feedback or need assistance with the MCP directory API, please join our Discord server