Mcp

@azure-devops/mcp

MCP server for interacting with Azure DevOps

0 downloads
v2.4.0

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @azure-devops/mcp

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @azure-devops/mcp

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@azure-devops/mcp"
      ]
    }
  }
}

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "mcp": {
        "command": "npx",
        "args": [
          "-y",
          "@azure-devops/mcp"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@azure-devops/mcp"
      ]
    }
  }
}

About

MCP server for interacting with Azure DevOps

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
2.4.0
License
MIT
Category
cloud
MCP Version
1.0
Published
6/12/2025
Updated
3/7/2026