Chrome MCP
未认领Allows LLM agents to control a local chrome instance without taking screenshots
安装
$
npm install -g bun工具(10 个)
click
Click at specific coordinates.
clickElement
Click on an element by its index in the page info.
getPageInfo
Get semantic information about the page including interactive elements and text nodes.
getPageState
Get current page state including URL, title, scroll position, and viewport size.
getText
Get text content of an element using a CSS selector.
navigate
Navigate to a specific URL.
selector
(string): Element index (e.g., "0" for the first element)
text
(string): Text to type
type
Type text at the current focus.
url
(string): The URL to navigate to