Azure MCP
Rank #44,193io.github.broisnischal/azure-mcp
MCP server providing azure-mcp capabilities
Azure MCP is a Model Context Protocol (MCP) server published by broisnischal. It ranks #44,193 of 115,591 servers tracked on MCP Toplist. Azure MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 27, 2026 and most recently updated on Mar 27, 2026.
Ranks ahead of 71,398 of 115,591 servers on MCP Toplist.
Use Azure MCP
claude mcp add azure-mcp -e "AZURE_ORG=<your AZURE_ORG>" -e "AZURE_PROJECT=<your AZURE_PROJECT>" -e "AZURE_PAT=<your AZURE_PAT>" -- npx -y azure-board-mcpReplace each placeholder with your own value before saving.
[mcp_servers.azure-mcp]
command = "npx"
args = ["-y", "azure-board-mcp"]
[mcp_servers.azure-mcp.env]
AZURE_ORG = "<your AZURE_ORG>"
AZURE_PROJECT = "<your AZURE_PROJECT>"
AZURE_PAT = "<your AZURE_PAT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.broisnischal%2Fazure-mcp)<a href="https://mcptoplist.com/server/io.github.broisnischal%2Fazure-mcp"><img src="https://mcptoplist.com/badge/io.github.broisnischal%2Fazure-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
broisnischal
Other servers by broisnischal
View all broisnischal servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Azure MCP?
- Azure MCP is maintained by broisnischal, which publishes 4 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Azure MCP listed on the Official MCP Registry?
- Yes — Azure MCP is listed on the Official MCP Registry.
- How many versions does Azure MCP have?
- MCP Toplist tracks 2 versions of Azure MCP, most recently published on Mar 27, 2026.
- Where can I find the source code for Azure MCP?
- The source code for Azure MCP is hosted at github.com/broisnischal/azure-mcp.