azure_devops_mcp

El-Paso-Labs/azure_devops_mcp

3.2

If you are the rightful owner of azure_devops_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Azure DevOps MCP server facilitates seamless integration and communication between Azure DevOps and other systems using the Model Context Protocol.

Deprecated use:

https://github.com/microsoft/azure-devops-mcp

Azure DevOps MCP

MCP server for Azure DevOps

Install requirements.txt

uv add -r requirements.txt

Run FastAPI server

uv run uvicorn app.main:app --reload

Configure the server to the client

{
  "mcpServers": {
    "example-sse": {
      "url": "http://localhost:8000/sse",
      "env": {}
    }
  }
}