Server data from the Official MCP Registry
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AZURE_ORG
Environment variable: AZURE_PROJECT
Environment variable: AZURE_PAT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-broisnischal-azure-mcp": {
"env": {
"AZURE_ORG": "your-azure-org-here",
"AZURE_PAT": "your-azure-pat-here",
"AZURE_PROJECT": "your-azure-project-here"
},
"args": [
"-y",
"azure-board-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for Azure DevOps Boards work items (stdio transport). Use it from Cursor, Claude Desktop, or any MCP host that supports local stdio servers.
Requires Bun (the CLI runs TypeScript via the bun shebang).
| Variable | Description |
|---|---|
AZURE_ORG | Azure DevOps organization name (URL segment, e.g. contoso) |
AZURE_PROJECT | Project name |
AZURE_PAT | PAT string (keep secret) |
You can set them in the shell, in a .env file next to the project (Bun loads it), or in ~/.config/azure-boards-mcp/.env (one key per line: KEY=value). Values already set in the environment are not overwritten by the config file.
git clone https://github.com/broisnischal/azure-mcp.git
cd azure-mcp
bun install
export AZURE_ORG=your-org
export AZURE_PROJECT=your-project
export AZURE_PAT=your-pat
bun run src/index.ts
Or use the package script:
bun run start
After the package is published:
export AZURE_ORG=your-org
export AZURE_PROJECT=your-project
export AZURE_PAT=your-pat
bunx azure-board-mcp@1.0.0
Global install (optional):
npm install -g azure-board-mcp
azure-boards-mcp
~/.cursor/mcp.json or project .cursor/mcp.json)Add a stdio server entry. Replace the placeholders with your org, project, and PAT (or use ${env:AZURE_PAT} and export the variable in your environment).
{
"mcpServers": {
"azure-boards": {
"command": "bun",
"args": ["run", "/absolute/path/to/azure-mcp/src/index.ts"],
"env": {
"AZURE_ORG": "your-org",
"AZURE_PROJECT": "your-project",
"AZURE_PAT": "your-pat"
}
}
}
}
Using the published package instead of a local path:
{
"mcpServers": {
"azure-boards": {
"command": "bunx",
"args": ["azure-board-mcp@1.0.0"],
"envFile": "${userHome}/.config/azure-boards-mcp/.env"
}
}
}
or
{
"io.github.broisnischal/azure-mcp": {
"command": "bunx",
"args": ["azure-board-mcp@1.0.0"],
"env": {
"AZURE_ORG": "Your Azure Organization",
"AZURE_PROJECT": "azure specific project",
"AZURE_PAT": "your pat"
}
}
}
Restart Cursor after editing MCP config.
Edit the MCP config file (Claude docs) and add a similar command / args / env block under mcpServers.
Server id: io.github.broisnischal/azure-mcp. Discovery metadata is on the Model Context Protocol Registry; the runnable artifact is the npm package azure-board-mcp.
MIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI