Home/Directory/Infrastructure/Azure Devops

Azure Devops

@Tiberriver256 · github.com/Tiberriver256/mcp-server-azure-devops

Azure DevOps integration for repository management, work items, and pipelines.

ClaimedInfrastructurestdiolocal auth
GitHub

Install one command

terminal
$ npx -y @tiberriver256/mcp-server-azure-devops

Or add it with the Claude CLI: claude mcp add tiberriver256-mcp-server-azure-devops

Tools exposed 20 tools

get_me
list_organizations
list_projects
get_project
get_project_details
list_repositories
get_repository
get_repository_details
get_file_content
get_repository_tree
create_branch
create_commit
get_work_item
create_work_item
update_work_item
list_work_items
manage_work_item_link
search_code
search_wiki
search_work_items

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "tiberriver256-mcp-server-azure-devops": {
      "command": "npx",
      "args": ["-y", "@tiberriver256/mcp-server-azure-devops"],
      "env": {
        "AZURE_DEVOPS_PAT": "<your-azure-devops-pat>",
        "AZURE_CLIENT_SECRET": "<your-azure-client-secret>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Infrastructure
Compare
@cloudflare

Manage Workers, KV, R2, D1 and DNS. Deploy and inspect edge resources from a remote MCP endpoint.

InfrastructureSSE auth
6.3k2w ago7 toolscloud
$npx -y mcp-remote https://observability.mcp.cloudflare.com/sse
Compare
@docker

List, run, stop and inspect containers and images via the local Docker engine socket.

Infrastructurestdio no-auth
5.5k2mo ago6 toolslocal
$npx -y docker-mcp
Compare
@sentry

Pull issue details, stack traces and event context from Sentry to debug production errors in place.

InfrastructureHTTP auth
5.2k3w ago5 toolscloud
$npx -y @sentry/mcp-server@latest