A Model Context Protocol (MCP) server for interacting with Azure DevOps Boards and Work Items, written in Rust.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-for-azure-devops": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-for-azure-devops-boards"
]
}
}
}
Run in terminal:
claude mcp add mcp-for-azure-devops cargo run -- mcp-for-azure-devops-boards
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-for-azure-devops": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-for-azure-devops-boards"
]
}
}
}