Kapture
JSON →A Chrome DevTools Extension that enables browser automation through the Model Context Protocol (MCP) for AI applications.
Install
npx kapture-mcp Tools · 10
- navigate Navigate to URL
- back Browser back button
- forward Browser forward button
- reload Reload the current page (similar to pressing F5)
- click Click elements (uses first matching element, returns unique selector)
- hover Hover over elements (uses first matching element, returns unique selector)
- fill Fill input fields (uses first matching element, returns unique selector)
- select Select dropdown options (HTML <select> only, uses first matching element, returns unique selector)
- keypress Send keyboard events to the page or specific elements (supports modifier keys)
- elements Query all elements matching a CSS selector or XPath with optional visibility filtering
Links
★ 149 GitHub stars