Back to Home
microsoft icon

azure-devops-mcp

Verified Safe

by microsoft

Overview

Provides a local Model Context Protocol (MCP) server that enables AI agents to interact with Azure DevOps, performing tasks such as managing work items, repositories, pipelines, test plans, wikis, and advanced security directly from a code editor.

Installation

Run Command
npx -y @azure-devops/mcp {organization_name}

Environment Variables

  • ADO_MCP_AUTH_TOKEN
  • LOG_LEVEL

Security Notes

Authentication uses standard OAuth2 (via `@azure/msal-node`) or Azure CLI (`@azure/identity`), or a Personal Access Token via an environment variable. The OAuth client ID (`0d50963b-7bb9-4fe7-94c7-a99af00b5136`) is publicly listed, which is expected for an OAuth client and not a secret. Logging is correctly redirected to `stderr` to avoid interfering with the `stdout` protocol. Tenant IDs are cached locally with a 1-week TTL. No explicit 'eval' or code obfuscation found. Overall, follows good security practices for integrating with Azure DevOps APIs.

Similar Servers

Stats

Interest Score100
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars1150
Forks375
Last Update2026-01-16

Tags

Azure DevOpsMCP ServerVS Code ExtensionAI Agent ToolDeveloper Productivity