DirectoryChrome
api

Chrome

by hangwin

38
Health
stale
65
Popularity

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.

11,572stars
1,037forks
TypeScript
MIT
Updated May 10, 2026

Add to Claude Desktop

Paste this into your claude_desktop_config.json file:

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Installation

npx mcp-chrome

Maintenance Healthstale

Freshness15/40
Issue response3/30
Org backing15/20
Longevity5/10
Updated this year
Most issues unresolved
Community-backed

Server Info

Categoryapi
LanguageTypeScript
LicenseMIT
StatusACTIVE

Submit Your Server

Built an MCP server? Get it listed in front of thousands of developers.

List Your Server Free
Back to Directory