LogoSTMCP
Download
mcp-chrome

Chrome MCP Server

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.

Tools

1. get_windows_and_tabs

List all browser windows and tabs.

2. chrome_navigate

Navigate to URLs and control viewport.

3. chrome_close_tabs

Close specific tabs or windows.

4. chrome_go_back_or_forward

Browser navigation control.

5. chrome_inject_script

Inject content scripts into web pages.

6. chrome_send_command_to_inject_script

Send commands to injected content scripts.

7. chrome_screenshot

Advanced screenshot capture with element targeting, full-page support, and custom dimensions.

8. chrome_network_capture_start/stop

webRequest API network capture.

9. chrome_network_debugger_start/stop

Debugger API with response bodies.

10. chrome_network_request

Send custom HTTP requests.

11. search_tabs_content

AI-powered semantic search across browser tabs.

12. chrome_get_web_content

Extract HTML/text content from pages.

13. chrome_get_interactive_elements

Find clickable elements.

14. chrome_console

Capture and retrieve console output from browser tabs.

15. chrome_click_element

Click elements using CSS selectors.

16. chrome_fill_or_select

Fill forms and select options.

17. chrome_keyboard

Simulate keyboard input and shortcuts.

18. chrome_history

Search browser history with time filters.

Find bookmarks by keywords.

20. chrome_bookmark_add

Add new bookmarks with folder support.

21. chrome_bookmark_delete

Delete bookmarks.

Open Graph image for Chrome MCP Server

JSON Config

{
  "mcpServers": {
    "chrome-mcp-server": {
      "type": "streamableHttp",
      "url": "http://127.0.0.1:12306/mcp"
    }
  }
}

Useful Links

Information