Azure DevOps
Interact with Azure DevOps for managing projects, pipelines, and repositories.
mcpserver.azuredevops
A Stdio MCP server as dotnet tool to access Azure DevOps.
📦 NuGet
dnx
dnx mcpserver.azuredevops.stdio --yes
dotnet tool
Installation
dotnet tool install --global mcpserver.azuredevops.stdio
🛠️ Supported Tools
Core Navigation Tools
GetProjects: List all accessible projectsGetRepositories: List all repositories in a project
Project Tools
GetProject: Get details of a specific project
Repository Tools
GetRepository: Get repository details
Search Tools
SearchCode: Search for code across repositories in a project
GetCommit Tools
GetCommit: Retrieve a particular commit detailsGetCommits: Retrieve git commits
🚧 Work Item Tools 🚧
get_work_item: Retrieve a work item by IDcreate_work_item: Create a new work itemupdate_work_item: Update an existing work itemlist_work_items: List work items in a projectmanage_work_item_link: Add, remove, or update links between work items
🚧 Boards 🚧
get_boards: Get available boards in the project
🚧 Pipelines 🚧
list_pipelines: List all pipelines in the projecttrigger_pipeline: Execute a pipeline
🚧 Pull Requests 🚧
list_pull_requests: List pull requestscreate_pull_request: Create a new pull requestupdate_pull_request: Update a pull requestget_pull_request: Get pull request details
🚧 Wiki 🚧
get_wikis: List all wikis in the projectget_wiki_page: Get a wiki pagecreate_wiki: Create a new wikiupdate_wiki_page: Create or update a wiki page
💡 LLM Examples
Semantic Kernel
This MCP Server can be used in ModelContextProtocol-SemanticKernel.
Question
Get 5 commits from the repository '. . .'
Answer
Here are the 3 most recent commits from the '. . .' repository:
1. **Commit ID:** [. . .](https://dev.azure.com/. . ./. . ./_git/. . ./commit/. . .)
- **Author:** Stef Heyenrath
- **Date:** 2021-12-17
- **Comment:** Merged PR 378: Updated mindmap-certifications.json
2. **Commit ID:** [. . .](https://dev.azure.com/. . ./. . ./_git/. . ./commit/. . .)
- **Author:** Stef Heyenrath
- **Date:** 2021-12-17
- **Comment:** Merge pull request 378 from stef-update-az104 into master
3. **Commit ID:** [. . .](https://dev.azure.com/. . ./. . ./_git/. . ./commit/. . .)
- **Author:** Stef Heyenrath
- **Date:** 2021-12-17
- **Comment:** 103
If you need more details about any specific commit, feel free to ask!
Claude Desktop
This MCP Server can also be used in Claude Desktop.
Config
{
"mcpServers": {
"azureDevOpsDotNet": {
"command": "mcpserver.azuredevops.stdio",
"args": [ ],
"env": {
"AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/. . .",
"AZURE_DEVOPS_AUTH_METHOD": "pat",
"AZURE_DEVOPS_PAT": ". . .",
"AZURE_DEVOPS_DEFAULT_PROJECT": "AzureExampleProjects"
}
}
}
}
Question
Get 2 commits from the azure devops repository '. . .'.
Answer

📖 Links
- https://github.com/Tiberriver256/mcp-server-azure-devops
- https://github.com/stefanskiasan/azure-devops-mcp-server
Certified
- This MCP is certified by MCP Review (Proof of ownership)
Sponsors
Entity Framework Extensions and Dapper Plus are major sponsors and proud to contribute to the development of mcpserver.azuredevops.stdio.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Structurize-MCP
Generates structured CSV files from natural language descriptions using Google Gemini AI.
Laburen MCP Server
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Code Assistant
A Rust-based CLI tool for code-related tasks, operating as an MCP server.
Vibe-Coder
A structured development workflow for LLM-based coding, including feature clarification, planning, phased development, and progress tracking.
OPNSense MCP Server
Manage OPNsense firewalls using Infrastructure as Code (IaC) principles.
Gemini Image Generation
Generate images using Google's Gemini API.
Postman Agent Generator
An MCP server generated by Postman Agent Generator for automated API tools.
Linear Regression MCP
Train a Linear Regression model by uploading a CSV dataset file, demonstrating an end-to-end machine learning workflow.
stdout-mcp-server
Captures and manages stdout logs from multiple processes via a named pipe system for real-time debugging and analysis.

