AdoMcpServer

isaacOjeda/AdoMcpServer
★ 0 stars Python AI/LLM Updated today
A secure Python MCP server that connects Claude Desktop to Azure DevOps for work items, metadata, comments, pull requests, and code reviews.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "adomcpserver": {
      "command": "uvx",
      "args": [
        "adomcpserver"
      ]
    }
  }
}

Or install with pip: pip install adomcpserver