tcehjaava/webinteractiontools
3.2
If you are the rightful owner of webinteractiontools and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
WebInteractionTools is an MCP server that enhances AI agents with web browsing capabilities using Playwright.
Tools
7
Resources
0
Prompts
0
🦉 WebInteractionTools
MCP server that gives AI agents web browsing capabilities via Playwright.
Features
- Navigate - Browse URLs, go back in history
- Screenshot - Capture viewport images
- Scroll - Scroll to position, direction, or text
- Execute JS - Run JavaScript on pages
Quick Start
# Install
npm install -g @tcehjaava/webinteractiontools
# Add to Claude
claude mcp add webinteractiontools "webinteractiontools"
Tools
Tool | Description |
---|---|
navigate | Go to URL with custom timeout/wait conditions |
goBack | Navigate to previous page |
screenshot | Capture current viewport |
scrollToPosition | Scroll to Y coordinate |
scrollDirection | Scroll up/down/top/bottom |
scrollToText | Find and scroll to text |
executeJavaScript | Run JS code on page |
Development
# Setup
npm install
npm run build
# Dev mode
npm run dev
# Add local build to Claude
claude mcp remove webinteractiontools
claude mcp add webinteractiontools node dist/index.js
Troubleshooting
Server not connecting? Start manually:
webinteractiontools