Azure DevOps MCP Server by Zubeid Hendricks
MCP Server for the Azure DevOps API, enabling project management, repository operations, and more.
Overview
Azure DevOps MCP Server is a powerful tool designed for integrating and managing Azure DevOps projects via its API, streamlining project management, repository operations, and other workflows.
To use the MCP Server, integrate it with your Azure DevOps setup by following the installation instructions on the project's GitHub page. You can then access various API functionalities that simplify project management tasks.
- Seamless integration with Azure DevOps API - Project management capabilities - Repository operations and management - Enhanced developer productivity tools
- Automating project management tasks in Azure DevOps.
- Managing code repositories efficiently through API interactions.
- Integrating custom workflows tailored to development teams.
Add to your AI client
Use these steps to connect Azure DevOps MCP Server by Zubeid Hendricks in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"azure-devops-mcp-server-2024-zubeidhendricks": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-azure-devops-mcp-server-2024-zubeidhendricks"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"azure-devops-mcp-server-2024-zubeidhendricks": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-azure-devops-mcp-server-2024-zubeidhendricks"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"azure-devops-mcp-server-2024-zubeidhendricks": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-azure-devops-mcp-server-2024-zubeidhendricks"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"azure-devops-mcp-server-2024-zubeidhendricks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-azure-devops-mcp-server-2024-zubeidhendricks"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"azure-devops-mcp-server-2024-zubeidhendricks": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-azure-devops-mcp-server-2024-zubeidhendricks"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"azure-devops-mcp-server-2024-zubeidhendricks": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-azure-devops-mcp-server-2024-zubeidhendricks"
]
}
}
}FAQ
What is Azure DevOps MCP Server?
It is a server designed to interact with the Azure DevOps API, facilitating project management and repository operations.
Is the MCP Server open-source?
Yes! The Azure DevOps MCP Server is open-source and available on GitHub.
How can I contact the author?
You can reach out to Zubeid Hendricks via GitHub or email at zubeid.hendricks@gmail.com.