Azure Tfvc
Freeby MCP Community
MCP server for Azure DevOps TFVC read access
v1.0.2Added Apr 12, 2026
Azure Tfvc MCP Server
MCP server for Azure DevOps TFVC read access
Installation
npx -y mcp-azure-tfvc
Reviews
Installation
Quick install
npx -y mcp-azure-tfvc
Add to claude_desktop_config.json
{
"mcpServers": {
"azure-tfvc": {
"command": "npx",
"args": ["-y", "mcp-azure-tfvc"]
}
}
}