MCP Chrome Server
JSON →A server for browser automation using Google Chrome, based on the MCP framework.
Install
npx -y @smithery/cli Tools · 10
- tool_save_credentials Save login credentials securely using the system keychain
- tool_get_credentials Retrieve saved credentials from the system keychain
- tool_open_browser Open the Chrome browser
- tool_navigate Navigate to a specified URL
- tool_close_browser Close the Chrome browser
- tool_web_login Perform web login with credentials and selectors, including CAPTCHA and 2FA handling
- tool_click Click on a web element identified by a CSS selector
- tool_type Type text into an input field identified by a CSS selector
- tool_get_text Retrieve text content from a web element
- tool_get_elements Retrieve multiple web elements matching a CSS selector
Links
★ 4 GitHub stars