mcp-chrome

hangwin/mcp-chrome
★ 10,758 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-chrome": {
      "command": "npx",
      "args": [
        "-y",
        "hangwin/mcp-chrome"
      ]
    }
  }
}