Azure DevOps MCP Server
Manages environment configuration for connecting to Azure DevOps services, including organization URL and personal access tokens.
Provides repository operations and code search capabilities through integration with Azure DevOps Git repositories.
Leverages the official Node.js SDK for Azure DevOps to enable project management, work item tracking, and repository operations.
Implements the MCP server using TypeScript with build scripts for compiling the TypeScript project.
Click on "Deploy 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., "@Azure DevOps MCP Servershow me the open bugs in project 'WebApp'"
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.
Azure DevOps MCP (Model Context Protocol)
This project serves as a reference server implementation for the Model Context Protocol (MCP) integrated with Azure DevOps. It enables AI assistants to interact with Azure DevOps resources and perform operations programmatically.
Features
Azure DevOps integration using official Node.js SDK
Support for Model Context Protocol (MCP)
Project management operations
Work item management
Repository operations
Code search capabilities
Related MCP server: MCP Azure DevOps Server
Prerequisites
Node.js (v18 or higher recommended)
Azure DevOps account with appropriate permissions
Azure DevOps Personal Access Token (PAT)
Installation
Clone the repository:
git clone <repository-url>
cd azure-devops-mcpInstall dependencies:
npm installConfigure environment variables:
Copy
.env.exampleto.envFill in the required environment variables:
cp .env.example .envAdd to Cursor
npm startThen add to Cursor:
Make sure you use the path http://localhost:3000/sse. You can change ports by defining one in the env.

Environment Configuration
The following environment variables need to be configured in your .env file:
AZURE_DEVOPS_ORG_URL: Your Azure DevOps organization URLAZURE_DEVOPS_PAT: Personal Access Token for Azure DevOpsAdditional configuration variables as specified in
.env.example
Available Scripts
npm run build- Build the TypeScript projectnpm run dev- Run the server in development mode with hot reloadnpm start- Run the production server
License
MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- AlicenseBqualityAmaintenanceA Model Context Protocol server that enables AI assistants to interact with Azure DevOps resources including projects, work items, repositories, pull requests, branches, and pipelines through a standardized protocol.462,823 npm393MIT
- AlicenseAqualityFmaintenanceA Model Context Protocol server that enables AI assistants to interact with Azure DevOps services, allowing users to query work items with plans to support creating/updating items, managing pipelines, handling pull requests, and administering sprints and branch policies.2169 PyPI79MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with Azure DevOps services, providing capabilities for work item management, project management, and team collaboration through natural language.21-
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI agents to interact with Azure DevOps wikis, providing capabilities for content search, page management, and hierarchical structure navigation.55 npmMIT