Back to connectors
Azure DevOps logo

Azure DevOps

Live

Azure DevOps integration: work items, boards, Git repos, pipelines, releases, artifacts, test plans, and wiki.

Available tools

67 tools
ToolDescription
getProjectsList all projects in the organization
getProjectGet project details including capabilities
getTeamsList teams in a project
getTeamMembersList members of a team
getWorkItemGet a single work item by ID with full details
batchGetWorkItemsGet multiple work items by IDs in one call
createWorkItemCreate a new work item (Bug, Task, User Story, Epic)
updateWorkItemUpdate work item fields (state, assignee, title, priority)
deleteWorkItemDelete or recycle a work item
queryWorkItemsRun WIQL queries to find work items
getWorkItemTypesList available work item types (Bug, Task, User Story, etc)
getWorkItemCommentsGet comments on a work item
addWorkItemCommentAdd a comment to a work item
getWorkItemUpdatesGet change history for a work item
getWorkItemRevisionsGet all revisions of a work item
getQueriesList saved WIQL queries in a project
getQueryGet a saved query by ID
getIterationsList sprints/iterations for a team
getIterationGet sprint details by ID
getIterationWorkItemsGet work items assigned to a sprint
getBoardsList boards for a team
getBoardGet board details and configuration
getBoardColumnsGet columns/lanes for a board
getBacklogItemsGet items on a team backlog
getTeamSettingsGet team settings (working days, backlog config)
getCapacityGet team capacity for a sprint
getRepositoriesList Git repositories in a project
getRepositoryGet repository details (size, default branch, URL)
getBranchesList branches in a repository
getCommitsList commits with branch, author, and date filters
getCommitGet a single commit by SHA
getPullRequestsList pull requests with status/author/branch filters
getPullRequestGet pull request details (reviewers, votes, merge status)
createPullRequestCreate a new pull request
updatePullRequestUpdate PR title, description, or status (complete/abandon)
getPullRequestCommentsGet comment threads on a pull request
addPullRequestCommentAdd a comment or reply to a PR thread
getItemsBrowse repository file/folder tree
getPipelinesList pipelines in a project
getPipelineGet pipeline details and configuration
getPipelineRunsList runs for a pipeline
runPipelineTrigger a pipeline run with optional branch and variables
getBuildsList builds with status, result, and branch filters
getBuildGet build details (status, result, timeline)
getBuildLogGet build logs (all or specific log ID)
getBuildTimelineGet build timeline (stages, jobs, tasks)
getBuildDefinitionsList build definitions/pipeline configurations
getReleasesList releases with status and definition filters
getReleaseGet release details (environments, artifacts, approvals)
getReleaseDefinitionsList release pipeline definitions
getDeploymentsList deployments with status filter
getFeedsList artifact feeds in the organization
getFeedGet feed details and permissions
getPackagesList packages in a feed with name/type filters
getPackageVersionsList versions of a package
getTestPlansList test plans in a project
getTestPlanGet test plan details
getTestSuitesList test suites in a plan
getTestCasesList test cases in a suite
getTestRunsList test runs with optional build filter
getTestRunGet test run details
getTestResultsGet test results for a run with outcome filters
getWikisList wikis in a project
getWikiPageGet wiki page content with optional recursion
getWikiPagesBrowse wiki page tree
createWikiPageCreate a new wiki page
updateWikiPageUpdate wiki page content (requires eTag for concurrency)

Setup

A few steps to connect your AI agents to Azure DevOps.

Get started
  1. 1

    Generate a PAT

    Go to dev.azure.com → User Settings → Personal Access Tokens → New Token. Select Full access or specific scopes for Work Items, Code, Build, Release, Test, and Wiki.

  2. 2

    Connect on PatchOps

    Navigate to /mcp, find Azure DevOps, and paste your PAT. Optionally set your default organization and project.

  3. 3

    Start Querying

    Use queryWorkItems with WIQL syntax, list PRs, trigger pipelines, or browse wiki pages. All methods require an 'organization' parameter.

Connect to your AI assistant

Pick the tool your team uses for the exact setup steps.

  1. 1

    Open Claude settings

    Launch Claude, click the profile button (bottom left), and go to Settings.

  2. 2

    Access connectors

    Open the Connectors tab, scroll to the bottom, and click “Add custom connector”.

  3. 3

    Name your connector

    Enter any name you’d like for this connector.

  4. 4

    Get the connector URL

    Log in to PatchOps, open the /mcp page, and copy the connector URL you want to use.

  5. 5

    Add the connector

    Paste the URL into the “Remote MCP server URL” box and click Add.

  6. 6

    Start using

    Your Azure DevOps connector is ready to use in Claude.