Azure DevOps MCP
This MCP server enables agents to list, view diffs, create, and submit Azure DevOps pull requests using VS Code's Microsoft authentication.
README
Azure DevOps PRs (MCP)
This VS Code extension exposes Azure DevOps Git pull requests to agents through a local MCP server. It uses the official MCP TypeScript SDK, azure-devops-node-api, and VS Code's Microsoft authentication provider. No personal access token, client ID, or client secret is created, copied, or maintained.
Use
- Run
Azure DevOps PRs (MCP): Sign In to Azure DevOps. VS Code opens its normal Microsoft sign-in flow when needed. - Start an agent conversation. VS Code discovers the
Azure DevOps pull requestsMCP server automatically.
The server provides list_pull_requests, get_pull_request, open_pull_request_file_diff, create_pull_request, and submit_pull_request. create_pull_request prepares a local draft; submit_pull_request creates the remote pull request and requires confirm: true. Both use source and target refs in refs/heads/... form and the caller's Azure DevOps permissions.
Pass includeChanges: true to get_pull_request to return its latest changed files, including commit IDs and change types. In MCP Apps-capable chat hosts, create_pull_request opens an editable draft card with a compact, capped list of changed files. It offers a Markdown preview switch and submits the final description text through submit_pull_request; the resulting pull request then becomes the interactive review card with current reviewer votes, an Approve PR button, clickable comment counts, and an Open diff button for every changed file. A spinner is shown while the card loads or performs an action.
VS Code manages the signed-in Microsoft session. Manage or sign out of that account through VS Code's Accounts menu. Start a new agent conversation when a token expires to obtain a fresh Azure DevOps token.
Development
Run npm run compile to type-check, lint, and bundle both the extension and the MCP server. Run npm test to execute the extension-host tests. On macOS, the test command uses System keychain certificates when a managed network requires an additional trusted CA. Press F5 in VS Code to launch an Extension Development Host.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.