What is the Azure Boards MCP MCP server?
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
How to install Azure Boards MCP
Copy-paste configuration for popular MCP clients.
AZURE_ORGrequiredAzure DevOps organization name
AZURE_PROJECTrequiredAzure DevOps project name
AZURE_PATrequiredsecretPersonal access token (Work Items: Read & Write)
{
"mcpServers": {
"azure-mcp": {
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
],
"env": {
"AZURE_ORG": "<YOUR_AZURE_ORG>",
"AZURE_PROJECT": "<YOUR_AZURE_PROJECT>",
"AZURE_PAT": "<YOUR_AZURE_PAT>"
}
}
}
}{
"mcpServers": {
"azure-mcp": {
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
],
"env": {
"AZURE_ORG": "<YOUR_AZURE_ORG>",
"AZURE_PROJECT": "<YOUR_AZURE_PROJECT>",
"AZURE_PAT": "<YOUR_AZURE_PAT>"
}
}
}
}{
"mcpServers": {
"azure-mcp": {
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
],
"env": {
"AZURE_ORG": "<YOUR_AZURE_ORG>",
"AZURE_PROJECT": "<YOUR_AZURE_PROJECT>",
"AZURE_PAT": "<YOUR_AZURE_PAT>"
}
}
}
}{
"servers": {
"azure-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
],
"env": {
"AZURE_ORG": "<YOUR_AZURE_ORG>",
"AZURE_PROJECT": "<YOUR_AZURE_PROJECT>",
"AZURE_PAT": "<YOUR_AZURE_PAT>"
}
}
}
}claude mcp add azure-mcp --env AZURE_ORG=<YOUR_AZURE_ORG> --env AZURE_PROJECT=<YOUR_AZURE_PROJECT> --env AZURE_PAT=<YOUR_AZURE_PAT> -- npx -y azure-board-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.