Microsoft's official MCP server for Azure DevOps - work items, repos, pipelines, wikis, test plans and iterations, reachable from any MCP client in plain language.
Chrome DevTools MCP
Summary
Google's official MCP server for driving and inspecting a real Chrome browser — automation, debugging, and performance traces.
Features
- Drive a live Chrome browser: navigate, click, fill forms
- Read console messages, network requests, and responses
- Snapshot the DOM and accessibility tree
- Record performance traces and extract Core Web Vitals
- Evaluate scripts in the page context
- Available as a standalone MCP server or a Claude Code plugin
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Chrome DevTools MCP, maintained by the Google Chrome DevTools team, gives coding agents a direct line into a real Chrome browser over the Chrome DevTools Protocol. Instead of writing and maintaining Puppeteer scripts, an agent can drive the browser and read back what actually happened.
It covers three jobs. Automation: navigate, click, fill forms, upload files, and wait on page state. Debugging: read console messages, inspect network requests and responses, take snapshots of the DOM and accessibility tree, and evaluate scripts in the page. Performance: record traces, extract Core Web Vitals, and get concrete insight into what is making a page slow — which is what makes it useful for verifying a fix rather than just guessing at one.
It officially supports Google Chrome and Chrome for Testing, runs locally via npx, and ships both as a standalone MCP server and as a Claude Code plugin that bundles matching skills.
Related MCP Servers
Semantic code toolkit for coding agents — symbol-level search, editing and refactoring backed by language servers or the JetBrains platform.
Official Hugging Face MCP server: search models, datasets, Spaces and papers on the Hub, read repository files, and call Gradio apps as agent tools.
GitLab's own MCP server — issues, merge requests, CI/CD pipelines, job logs, wikis and semantic code search over an OAuth-authorised HTTP endpoint.