Azure DevOps MCP Server
Related Servers
Alternatives to Azure DevOps MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityCmaintenanceA Model Context Protocol server that enables AI assistants to interact with Azure DevOps work items, projects, wikis, and boards through natural language.41134 npm4MIT
- AlicenseAqualityFmaintenanceA Model Context Protocol server that enables AI assistants to interact with Azure DevOps services, allowing users to query work items with plans to support creating/updating items, managing pipelines, handling pull requests, and administering sprints and branch policies.2179MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with Azure DevOps services, providing capabilities for work item management, project management, and team collaboration through natural language.21-
- -licenseNot gradedqualityNot gradedmaintenanceA reference server implementation for the Model Context Protocol that enables AI assistants to interact with Azure DevOps resources and perform operations such as project management, work item tracking, repository operations, and code search programmatically.7-
- AlicenseNot gradedqualityDmaintenanceThis server provides a convenient API for interacting with Azure DevOps services, enabling AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. Built with the Model Context Protocol, it provides a standardized interface for communicating with Azure DevOps40 npm58MIT
- AlicenseBqualityCmaintenanceAn open-source server that enables AI agents to interact with Azure DevOps projects through the Model Context Protocol, providing tools for managing work items, wikis, and repositories to streamline development workflows.371PythonMIT
TDQS
Scored across 46 tools
Most tools map to distinct resource-action pairs, but several near-duplicates create real confusion: get_project vs get_project_details, get_repository vs get_repository_details, and get_wikis vs get_wiki_page vs list_wiki_pages. Users will often need to inspect descriptions closely to pick the right
The naming is overwhelmingly consistent: snake_case verb_noun patterns like get_, list_, create_, update_, search_, and trigger_. Minor deviations include get_all_repositories_tree and pipeline_timeline, which break the verb-first pattern, but the convention is broadly predictable.
At 46 tools, the surface is very large and likely overwhelming for users. Even though Azure DevOps is a wide domain, many tools could be consolidated or hidden behind parameters, and the count is well beyond the typical well-scoped range.
The toolset covers a broad range of Azure DevOps areas: projects, repositories, work items, pull requests, pipelines, and wikis. However, there are notable gaps such as no create/delete repository or project, no work item deletion, and no PR approval/rejection action, leaving some workflows incomplete.