Azure DevOps
MCP ServerFree** - The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Capabilities11 decomposed
work-item-crud-operations-via-mcp
Medium confidenceEnables AI agents to create, read, update, and delete Azure DevOps work items (user stories, bugs, tasks) through MCP protocol handlers that map to Azure DevOps REST API v7.0+ endpoints. The MCP server translates agent tool calls into authenticated HTTP requests, handling field validation, state transitions, and relationship management (parent-child links, dependencies) while maintaining Azure DevOps data model constraints.
Implements MCP server pattern specifically for Azure DevOps, providing native protocol-level integration rather than requiring agents to construct raw REST calls; handles Azure DevOps-specific concerns like work item type validation, field serialization, and link management within the MCP abstraction layer
Simpler than building custom REST API clients in agent code because MCP handles authentication, serialization, and error handling; more flexible than Azure DevOps CLI because it integrates directly into agent decision-making loops
query-work-items-with-wiql-execution
Medium confidenceAllows agents to execute Work Item Query Language (WIQL) queries against Azure DevOps through MCP tool handlers, translating natural language search intents into WIQL syntax and executing them via the Azure DevOps Query API. Results are returned as structured work item collections with full field hydration, supporting filtering by state, assignee, sprint, tags, and custom fields while respecting project-level security permissions.
Wraps Azure DevOps WIQL query engine in MCP protocol, enabling agents to leverage Azure DevOps' native query language without constructing REST payloads; includes result hydration and field mapping to ensure agents receive complete, structured data
More powerful than simple REST list endpoints because WIQL supports complex boolean logic and custom field filtering; more agent-friendly than raw WIQL because MCP layer handles query validation and result formatting
custom-field-and-process-template-querying
Medium confidenceEnables agents to query custom field definitions, work item type schemas, and process template configurations through MCP handlers that call the Process and Work Item Type APIs. Agents can discover available custom fields, their data types and allowed values, and work item type workflows, enabling schema-aware automation that adapts to organization-specific configurations.
Wraps Azure DevOps Process and Work Item Type APIs in MCP, enabling agents to discover and validate against organization-specific schemas without hardcoding field names; includes schema caching for performance
More flexible than hardcoded field mappings because agents can adapt to any process template; more reliable than field name guessing because agents query authoritative schema definitions
pipeline-execution-triggering-and-monitoring
Medium confidenceEnables agents to trigger Azure Pipelines (CI/CD builds and releases) through MCP handlers that call the Pipelines API, passing parameters and queue options, then poll pipeline run status to monitor execution progress. The MCP server translates agent intents into pipeline queue requests, tracks run state transitions (queued → in-progress → completed), and surfaces logs/artifacts for downstream processing.
Provides MCP-native pipeline orchestration, allowing agents to trigger and monitor builds without embedding CI/CD-specific polling logic; handles Azure Pipelines API versioning and state machine semantics (queued/in-progress/completed/failed states)
Simpler than agents calling Azure Pipelines REST API directly because MCP abstracts authentication and polling; more reliable than webhook-based approaches because polling is deterministic and doesn't depend on network callbacks
repository-code-access-and-metadata-retrieval
Medium confidenceAllows agents to retrieve repository metadata, file contents, and commit history from Azure Repos through MCP handlers that call the Git API. Agents can fetch specific file versions, list directory contents, retrieve commit logs with diffs, and access branch information, enabling code-aware decision-making and context enrichment for downstream tasks.
Integrates Azure Repos Git API into MCP protocol, enabling agents to access code and commit history without cloning repositories or managing local Git state; handles Azure DevOps-specific authentication and API versioning for both Git and TFVC repositories
More efficient than agents cloning full repositories because it fetches only requested files/commits; more secure than embedding repository credentials in agent code because MCP centralizes authentication via PAT
test-results-querying-and-analysis
Medium confidenceEnables agents to query test execution results from Azure Test Plans through MCP handlers that retrieve test runs, test cases, and failure details. Agents can filter by test plan, test suite, execution date, and outcome (passed/failed/skipped), then analyze failure patterns to identify flaky tests or systemic issues for automated remediation or reporting.
Wraps Azure Test Plans API in MCP, providing agents with structured test result data and failure context; includes filtering and aggregation patterns to enable trend analysis and flakiness detection without agents implementing custom result parsing
More comprehensive than pipeline log parsing because it accesses structured test metadata; more actionable than raw test reports because MCP layer surfaces failure details in agent-consumable format
pull-request-lifecycle-management
Medium confidenceAllows agents to create, review, update, and complete pull requests in Azure Repos through MCP handlers that call the Pull Request API. Agents can create PRs with specific source/target branches, add reviewers, post comments, approve/reject reviews, and merge PRs with policy enforcement, enabling automated code review workflows and merge gates.
Provides MCP-native PR lifecycle management, allowing agents to orchestrate code review workflows without embedding Azure DevOps PR API details; handles policy validation and state machine semantics (draft/ready/completed/abandoned states)
More flexible than GitHub Actions because agents can make dynamic approval decisions based on code analysis; more integrated than standalone code review tools because it operates within Azure DevOps' native PR and policy framework
release-deployment-orchestration
Medium confidenceEnables agents to manage release definitions and deployments through MCP handlers that call the Release Management API. Agents can create releases, trigger deployments to specific environments, approve/reject stage deployments, and monitor deployment status across multiple stages, enabling intelligent deployment orchestration with approval gates and rollback capabilities.
Wraps Azure Release Management API in MCP protocol, enabling agents to orchestrate multi-stage deployments with approval gates without managing release API complexity; handles approval state machines and deployment status tracking
More sophisticated than simple pipeline triggers because it supports multi-stage orchestration and approval workflows; more integrated than external deployment tools because it operates within Azure DevOps' native release framework
team-and-project-membership-querying
Medium confidenceAllows agents to query team membership, project permissions, and user identities through MCP handlers that call the Identity and Graph APIs. Agents can retrieve team members, check user permissions for specific resources, and resolve user identities by email or display name, enabling permission-aware automation and user-targeted notifications.
Integrates Azure DevOps Identity and Graph APIs into MCP, enabling agents to perform permission-aware automation without embedding identity resolution logic; handles user disambiguation and permission caching
More accurate than hardcoded team lists because it queries live Azure DevOps identity data; more flexible than role-based routing because agents can make dynamic permission checks
board-and-sprint-state-management
Medium confidenceEnables agents to manage board state, sprint planning, and work item board position through MCP handlers that call the Board and Iteration APIs. Agents can move work items between board columns, update sprint assignments, manage board settings, and retrieve board state snapshots, enabling visual workflow automation and sprint planning assistance.
Wraps Azure Boards API in MCP, enabling agents to manage visual workflow state without understanding board-specific REST endpoints; handles workflow validation and sprint constraints
More workflow-aware than generic work item updates because it respects board column transitions and sprint rules; more visual than API-only approaches because agents can reason about board state
notification-and-subscription-management
Medium confidenceAllows agents to create and manage event subscriptions and notifications through MCP handlers that call the Service Hooks and Notifications APIs. Agents can subscribe to Azure DevOps events (work item changes, pipeline completions, PR updates) and configure notifications to external systems, enabling event-driven automation and alerting without polling.
Provides MCP-native event subscription management, enabling agents to set up event-driven workflows without managing webhook infrastructure directly; handles subscription lifecycle and event payload routing
More efficient than polling because events are pushed to agents; more flexible than hardcoded webhooks because agents can dynamically create/manage subscriptions based on runtime conditions
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with Azure DevOps, ranked by overlap. Discovered automatically through the match graph.
targetprocess-mcp-server
MCP server for Tartget Process
query-test-mcp
MCP server: query-test-mcp
@azure-devops/mcp
MCP server for interacting with Azure DevOps
QA Agent
Enable question answering workflows with a simple agent setup. Facilitate automated responses to queries using predefined workflows. Streamline information retrieval and processing for end-users.
@azure-devops/mcp
MCP server for interacting with Azure DevOps
imply-druid-mcp
MCP server: imply-druid-mcp
Best For
- ✓DevOps teams automating work item lifecycle management
- ✓AI agent builders integrating project management into autonomous workflows
- ✓Teams migrating from REST API polling to event-driven MCP patterns
- ✓Agents performing intelligent work item triage and routing
- ✓Automation workflows that need to discover work items matching dynamic criteria
- ✓Teams building AI-powered dashboards or reporting on top of Azure DevOps
- ✓Agents performing schema-aware work item creation and updates
- ✓Workflows that need to adapt to organization-specific process templates
Known Limitations
- ⚠MCP protocol adds ~100-200ms latency per operation vs direct REST calls due to serialization overhead
- ⚠Field customization limited to Azure DevOps organization's configured work item types and custom fields
- ⚠Batch operations require sequential MCP calls; no native bulk API wrapping in MCP layer
- ⚠No real-time work item change notifications; polling-based updates only
- ⚠WIQL syntax complexity may require agent fine-tuning to generate correct queries; malformed WIQL returns API errors
- ⚠Query results limited to 20,000 items per execution; pagination required for large result sets
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
** - The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Categories
Alternatives to Azure DevOps
Search the Supabase docs for up-to-date guidance and troubleshoot errors quickly. Manage organizations, projects, databases, and Edge Functions, including migrations, SQL, logs, advisors, keys, and type generation, in one flow. Create and manage development branches to iterate safely, confirm costs
Compare →Are you the builder of Azure DevOps?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →