azure-devops-mcp-server

azure-devops-mcp-server

29

This project is an MCP server enabling integration with Azure DevOps, allowing Cline to interface effectively with Azure DevOps services such as work item management, boards, pipelines, and more. It supports features like creating and managing work items, accessing project boards, executing pipelines, managing pull requests, and handling wikis within Azure DevOps.

What are the prerequisites for installing the Azure DevOps MCP Server?

You need Node.js (v20 LTS or higher), npm, a Cline installation, and an Azure DevOps account with access tokens.

How can I install the Azure DevOps MCP Server?

You can install it via Smithery using the command npx -y @smithery/cli install @stefanskiasan/azure-devops-mcp-server --client claude or manually by cloning the repository and building the server.

What should I do if the server isn't connecting?

Check the path in your MCP settings, verify your Azure DevOps credentials, and check the Cline logs for error messages.

How do I verify the installation of the Azure DevOps MCP Server?

Restart Cline or VSCode after adding the configuration, and use the MCP Inspector tool by running npm run inspector.

What scopes are required for the Azure DevOps Personal Access Token?

The PAT should have scopes for Code (read, write), Work Items (read, write), Build (read, execute), Wiki (read, write), and Project and Team (read).