Azure DevOps MCP Server
@Tiberriver256
关于 Azure DevOps MCP Server
An MCP server for Azure DevOps
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"azure-devops-mcp": {
"command": "npx",
"args": [
"-y",
"@tiberriver256/mcp-server-azure-devops"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Azure DevOps MCP Server?
An MCP server that enables AI assistants like Claude to interact with Azure DevOps APIs. It supports both Azure DevOps Services (cloud) and Azure DevOps Server (on-premises), making it suitable for environments where the official Microsoft server may not work.
How to use Azure DevOps MCP Server?
Install via npx -y @tiberriver256/mcp-server-azure-devops, set environment variables (AZURE_DEVOPS_ORG_URL, AZURE_DEVOPS_AUTH_METHOD, etc.), and add the configuration to your Claude Desktop or Cursor AI MCP settings file. Examples for PAT and Azure Identity authentication are provided in the README.
Key features of Azure DevOps MCP Server
- Access and manage projects, work items, and repositories
- Create and update work items, branches, and pull requests
- List and trigger pipelines, retrieve logs and artifacts
- Search code, wiki, and work items across projects
- Retrieve user and organization details (cloud only)
- Multiple authentication methods (PAT, Azure Identity, Azure CLI)
Use cases of Azure DevOps MCP Server
- Automate DevOps workflows via natural language with an AI assistant
- Create or update work items, branches, and pull requests without switching tools
- Query repository content and commit changes programmatically
- Monitor and trigger pipelines, review build logs and timelines
- Search across code, wiki pages, and work items in a project
FAQ from Azure DevOps MCP Server
How does this server differ from Microsoft's official Azure DevOps MCP?
This community server supports Azure DevOps Server (on-prem), especially older versions, and features not yet available in the official server.
What authentication methods are supported?
Personal Access Token (PAT), Azure Identity (DefaultAzureCredential), and Azure CLI login. Azure DevOps Server (on-prem) only supports PAT.
What are the runtime requirements?
Node.js v16+ and an Azure DevOps account with appropriate access.
Can I use this with an on-premises Azure DevOps Server?
Yes, with PAT authentication. Azure Identity and Azure CLI are only supported for Azure DevOps Services (cloud).
What tools are available?
Tools for projects, work items, repositories, pull requests, branches, pipelines, wikis, search, user info, and organizations. A full list is documented in the README.
云与基础设施 分类下的更多 MCP 服务器
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
评论