Azure Boards MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 233 installs a week from npm. Last commit 25 Jun 2026.
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
spawn(cmd, args, { detached: true, stdio: "ignore" }).unref();
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add azure-mcp -- npx -y azure-board-mcp
{
"mcpServers": {
"azure-mcp": {
"args": [
"-y",
"azure-board-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.azure-mcp]
command = "npx"
args = ["-y", "azure-board-mcp"]
{
"mcpServers": {
"azure-mcp": {
"args": [
"-y",
"azure-board-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"azure-mcp": {
"args": [
"-y",
"azure-board-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
AZURE_ORG (Azure DevOps organization name), AZURE_PROJECT (Azure DevOps project name), AZURE_PAT (Personal access token (Work Items: Read & Write)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for on-premises Azure DevOps Server and TFS: repos, pull requests, work items, and wiki.
Azure DevOps boards, repos, pipelines & projects for AI agents — governed.
An MCP server that provides DevOps and DevSecOps context for the project
Reference MCP stdio server for observing Vercel projects and deployments.
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
Generate Express.js backend projects with ORMs, auth, payments, and DevOps
Milestones, handoff tickets, project context, and deploy signals for AI-built apps over MCP.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Answers built from our own checks of this server.