Azure Boards MCP
Quality Score
95
/100
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"azure-mcp": {
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
],
"env": {
"AZURE_ORG": "<azure_org>",
"AZURE_PROJECT": "<azure_project>",
"AZURE_PAT": "<your-azure_pat>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"azure-mcp": {
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
],
"env": {
"AZURE_ORG": "<azure_org>",
"AZURE_PROJECT": "<azure_project>",
"AZURE_PAT": "<your-azure_pat>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y azure-board-mcp§02 Environment variables
AZURE_ORGrequired
Azure DevOps organization name
AZURE_PROJECTrequired
Azure DevOps project name
AZURE_PATrequiredsecret
Personal access token (Work Items: Read & Write)
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04 Alternatives in Azure
Azure MCP Server
com.microsoft/azure
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
MCP KQL Server
io.github.4R9UN/mcp-kql-server
Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration
Azure
io.github.asklokesh/azure-mcp-server
MCP server for Azure API integration