Chrome Live MCP
Connects local stdio MCP servers to an existing Chrome 144+ session, preserving the user's signed-in sessions, cookies, tabs, and extension environment without launching a second browser. It provides tab control, semantic snapshots, screenshots, pointer, keyboard, form selection, scrolling, navigation, and waiting tools.
README
Chrome Live MCP
Connect any local stdio MCP agent to the Chrome you already use—including its signed-in sessions, cookies, tabs, and extensions environment—without launching a second browser.
Chrome Live MCP is an independent implementation. It does not install, import, launch, or wrap chrome-devtools-mcp.
Requirements
- Google Chrome 144 or newer
- Node.js 20 or newer
- A desktop agent that supports local MCP servers over stdio
One-time Chrome setup
- Update Chrome to version 144 or newer.
- Open
chrome://inspect/#remote-debuggingin Chrome. - Enable remote debugging and leave Chrome running.
Chrome remains in control of authorization. If Chrome asks whether to allow a connection, review the prompt and choose Allow.
Selecting an automation target is background-only: connecting or calling browser_select_tab does not activate that tab or steal focus from your current Chrome work.
ZCode
Open Settings → MCP Servers → New MCP Server, then enter:
- Scope:
User - Type:
stdio - Name:
chrome-live - Command:
npx - Arguments:
-y chrome-live-mcp@latest
Enable the entry and start a new ZCode task. See ZCODE_TESTING.md for the exact smoke test.
Kimi Code CLI
kimi mcp add --transport stdio chrome-live -- npx -y chrome-live-mcp@latest
kimi mcp test chrome-live
For any other MCP client, use this standard configuration:
{
"mcpServers": {
"chrome-live": {
"command": "npx",
"args": ["-y", "chrome-live-mcp@latest"]
}
}
}
Local development
npm install
npm test
npm run typecheck
npm run bundle --workspace chrome-live-mcp
node packages/cli/dist/main.js doctor
To test a local checkout in an MCP client, replace the npx configuration with:
{
"command": "node",
"args": ["/absolute/path/to/chrome-live-mcp/packages/cli/dist/main.js", "serve"]
}
Tools and safety
The server provides connection, tab, semantic snapshot, screenshot, pointer, keyboard, form selection, page and referenced-container scrolling, navigation, and waiting tools. browser_scroll_to can move an internal list or panel directly to its top or bottom. It intentionally does not expose arbitrary JavaScript evaluation, raw CDP, cookies, storage, passwords, or authorization headers.
Only one Chrome Live MCP process controls Chrome at a time. All protocol traffic uses stdin/stdout; the server opens no listening network port. Page content is untrusted, and consequential actions should remain subject to the invoking agent's approval policy.
Status
The initial compatibility targets are ZCode Desktop, ZCode CLI, Kimi Code CLI, Claude Code, Cursor, and other conforming local stdio MCP clients. Compatibility means the client can launch a local command and implement standard MCP initialize, tools/list, and tools/call; cloud-only clients are outside this scope.
License
MIT
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.