Chrome MCP Server is a Chrome extension-based Model Context Protocol server that transforms your browser into an AI-controlled automation tool, enabling complex browser automation, content analysis, and semantic search.
List all browser windows and tabs.
Navigate to URLs and control viewport.
Close specific tabs or windows.
Browser navigation control.
Inject content scripts into web pages.
Send commands to injected content scripts.
Advanced screenshot capture with element targeting, full-page support, and custom dimensions.
webRequest API network capture.
Debugger API with response bodies.
Send custom HTTP requests.
AI-powered semantic search across browser tabs.
Extract HTML/text content from pages.
Find clickable elements.
Capture and retrieve console output from browser tabs.
Click elements using CSS selectors.
Fill forms and select options.
Simulate keyboard input and shortcuts.
Search browser history with time filters.
Find bookmarks by keywords.
Add new bookmarks with folder support.
Delete bookmarks.
{
"mcpServers": {
"chrome-mcp-server": {
"type": "streamableHttp",
"url": "http://127.0.0.1:12306/mcp"
}
}
}