Azure DevOps MCP Server for Cline
@MananShahTR
About Azure DevOps MCP Server for Cline
A Model Context Protocol server for Azure DevOps integration
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"azure-devops": {
"command": "node",
"args": [
"/absolute/path/to/azure-devops-server/build/index.js"
],
"env": {
"AZURE_DEVOPS_ORG": "",
"AZURE_DEVOPS_PAT": "",
"AZURE_DEVOPS_PROJECT": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Azure DevOps MCP Server for Cline?
This Model Context Protocol (MCP) server integrates Azure DevOps with Cline, allowing Cline to interact with Azure DevOps services like work items, boards, pipelines, pull requests, wiki, and projects. It is intended for developers using Cline who need to manage Azure DevOps workflows through natural language.
How to use Azure DevOps MCP Server for Cline?
Install by cloning the repository, running npm install and npm run build. Configure the server in Cline’s MCP settings (cline_mcp_settings.json or claude_desktop_config.json) with the absolute path to the built index.js and environment variables AZURE_DEVOPS_ORG, AZURE_DEVOPS_PAT, and AZURE_DEVOPS_PROJECT. Restart Cline to activate.
Key features of Azure DevOps MCP Server for Cline
- Manage work items: get, list, create, update
- Query boards available in the project
- List and trigger pipelines
- Create, update, list, and get pull requests
- List wikis, get wiki pages, create and update wiki pages
- List all projects in the Azure DevOps organization
Use cases of Azure DevOps MCP Server for Cline
- Automatically create and update work items from Cline conversations
- Trigger CI/CD pipelines without leaving the chat interface
- Review and manage pull requests directly through Cline
- Fetch and edit wiki pages as part of development workflows
- List projects and boards for context-aware task management
FAQ from Azure DevOps MCP Server for Cline
What prerequisites are needed?
Node.js v20 LTS or higher, npm, a working Cline installation, and an Azure DevOps account with a Personal Access Token (PAT).
How do I configure authentication?
Generate a PAT in Azure DevOps (Security → New Token) with scopes: Code (read, write), Work Items (read, write), Build (read, execute), Wiki (read, write), Project and Team (read). Then set AZURE_DEVOPS_PAT in the server environment.
Where do I put the server configuration?
For VSCode extension: %APPDATA%/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json. For Claude desktop app: %LOCALAPPDATA%/Claude/claude_desktop_config.json. Add it under mcpServers.
How can I verify the server is working?
Restart Cline and check that the Azure DevOps MCP server appears in Cline’s capabilities. Optionally run npm run inspector for detailed verification.
What if I get authentication errors?
Ensure your PAT hasn’t expired, has all necessary scopes, and that the organization and project names in the environment variables are correct.
More Cloud & Infrastructure MCP servers
Cloudflare MCP Server
cloudflareTerraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments