A Model Context Protocol (MCP) server for interacting with Azure DevOps Boards and Work Items, written in Rust.
A Model Context Protocol (MCP) server for interacting with Azure DevOps Boards and Work Items, written in Rust. Exposed over MCP by the mcp for azure devops boards mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
Configuration — The Configuration tool exposed by this serverAuthentication — This server leverages standard Azure authentication mechanisms to query Azure DevOps. On every request it acquires a Bearer token for the AzureDiscovery — The Discovery tool exposed by this serverPrerequisites — The Prerequisites tool exposed by this serverSteps — 1. Clone the repository: bash git clone https://github.com/danielealbano/mcp-for-azure-devops-boards.git cd mcp-for-azure-devops-boardsTooling — The Tooling tool exposed by this serverYou will need 3 environment variables: AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP For Azure Devops Boards's toolset — Configuration, Authentication, Discovery and 3 more — is a fair guide to whether it matches your workflow. It is maintained by danielealbano; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Configuration | The Configuration tool exposed by this server. |
| Authentication | This server leverages standard Azure authentication mechanisms to query Azure DevOps. On **every** request it acquires a Bearer token for the Azure DevOps REST API (scope 499b84ac-1321-427f-aa17-267ca6975798/.default) by |
| Discovery | The Discovery tool exposed by this server. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Steps | 1. Clone the repository: bash git clone https://github.com/danielealbano/mcp-for-azure-devops-boards.git cd mcp-for-azure-devops-boards |
| Tooling | The Tooling tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| AZURE_TENANT_ID | Configuration value read at startup. | Optional |
| AZURE_CLIENT_ID | Configuration value read at startup. | Optional |
| AZURE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.