webinteractiontools

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

ToolDescription
navigateGo to URL with custom timeout/wait conditions
goBackNavigate to previous page
screenshotCapture current viewport
scrollToPositionScroll to Y coordinate
scrollDirectionScroll up/down/top/bottom
scrollToTextFind and scroll to text
executeJavaScriptRun 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