Azure DevOps
About
Provides comprehensive integration with Azure DevOps services.
Details
- Author
- decriptor
- Categories
- Developer Tools, Other, Infrastructure, Project Management
Jump to
Setup
Install Azure DevOps in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/decriptor/AzureDevOps.MCP
Follow the installation instructions in the repository README, then restart your MCP client.
Core Azure DevOps Tools (AzureDevOpsTools)
Read-Only Operations (Always Available):
- list_projects- Lists all projects in the Azure DevOps organization
- list_repositories- Lists repositories in a specific project
- list_repository_items- Lists files and folders in a repository path
- get_file_content- Gets the content of a specific file from a repository
- list_work_items- Lists work items in a specific project
- get_work_item- Gets detailed information about a specific work item
Write Operations (Require Explicit Opt-In):
- add_pull_request_comment- Adds a comment to a pull request (requiresPullRequestComments)
- create_draft_pull_request- Creates a draft pull request (requiresCreateDraftPullRequest)
- update_work_item_tags- Adds or removes tags from work items (requiresUpdateWorkItemTags)
- batch_get_work_items- Retrieves multiple work items efficiently in parallel
- batch_get_repositories- Gets multiple repository details in parallel
- get_test_plans- Gets test plans for a specific Azure DevOps project
- get_test_plan- Gets detailed information about a specific test plan
- get_test_suites- Gets test suites for a specific test plan
- get_test_runs- Gets test runs for a specific Azure DevOps project
- get_test_run- Gets detailed information about a specific test run
- get_test_results- Gets test results for a specific test run
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





