Skip to main content
Glama

WeaveTab MCP V2

The Zero-Setup Local Browser MCP for AI Agents

npm version License: MIT Socket Badge

WeaveTab is a lightweight, local Model Context Protocol (MCP) server that empowers AI agents to seamlessly interact with web browsers using Chrome DevTools Protocol (CDP). Unlike other solutions, WeaveTab is completely autonomous and zero-setup. It automatically launches a sandboxed browser profile parallel to your daily browsing—meaning you never have to close your browser or mess with debugging ports again.

🌟 Key Features

  • Zero-Setup Autonomous Browser: Runs completely parallel to your existing browser via an isolated sandbox. No manual port configuration, no closing your personal browser.

  • No Extensions Required: Connects directly via native CDP.

  • Semantic Action Map: weave_read returns a parsed, highly compressed DOM semantic map, significantly reducing token consumption.

  • Sniper Mode Actions: weave_click and weave_type automatically locate and interact with elements in one step based on their intent or label.

  • Local & Secure: No cloud dependencies. Built-in rate limiting and optional Safe Mode.

  • Screenshot Support: Optionally use weave_screenshot to capture current tabs, or weave_peek for targeted vision on specific elements/canvas.

Related MCP server: Browser-MCP Navigator

🚀 Quick Start (MCP Integration)

The easiest way to use WeaveTab is via npx. Add the following to your MCP client configuration (e.g., Cursor, OpenCode, Claude Desktop).

Cursor / OpenCode

Add this to your IDE's MCP configuration settings:

{
  "mcpServers": {
    "weavetab": {
      "command": "npx",
      "args": ["-y", "@fy2ne/weavetab@latest"]
    }
  }
}

Claude Desktop

Edit your claude_desktop_config.json:

{
  "mcpServers": {
    "weavetab": {
      "command": "npx",
      "args": ["-y", "@fy2ne/weavetab@latest"]
    }
  }
}

🛠️ Tool Arsenal

WeaveTab exposes a rich set of specialized tools for your AI:

  • weave_read: Reads the page and returns a semantic action map.

  • weave_click: Clicks elements by label, intent, or ID.

  • weave_type: Types text into forms securely.

  • weave_navigate: Navigates to a target URL.

  • weave_scroll: Scrolls up, down, top, or bottom.

  • weave_wait: Wait for specific states (navigation, element, DOM stability).

  • weave_tabs: List open tabs or switch between them.

  • weave_extract: Extract visible content to text or JSON.

  • weave_screenshot: Capture a PNG of the current view.

  • weave_peek: Targeted vision over specific coordinates.

  • weave_key: Press physical keys and modifiers.

  • weave_find: Find elements semantically without extracting the full page.

🛡️ Security & Configuration

WeaveTab respects your system. It actively refuses to run as root/sudo.

On first run, WeaveTab generates a configuration file at ~/.weavetab/config.json:

{
  "safeMode": false,
  "allow": [],
  "rateLimitMs": 1000,
  "preferredBrowser": "google-chrome",
  "persistentProfile": false,
  "screenshot": true,
  "peek": true
}

Safety Features

  • Storage hard-block: Disables scripts accessing cookies/localStorage in specific environments.

  • Root Detection: Exits if run with root permissions.

  • Domain Allowlist: Prevents your agent from going to untrusted sites when safeMode is active.

  • Audit Logging: Every action taken by the AI is cleanly logged locally at ~/.weavetab/audit.log for your review.

🤝 Contributing

Contributions are welcome!

git clone https://github.com/fy2ne/WeaveTab.git
cd WeaveTab
npm install
npm run build

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    B
    maintenance
    A minimalist browser control engine that allows LLM agents to visually perceive and interact with web pages through the Chrome DevTools Protocol and MCP standard.
    41
    1
  • A
    license
    B
    quality
    A
    maintenance
    A lightweight 30KB MCP browser automation server that uses raw Chrome DevTools Protocol to enable AI agents to browse the web, take screenshots, interact with elements, and capture live page events like console logs and network requests.
    26
    337
    13
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server that lets AI agents drive your real Chromium browser with your existing signed-in sessions, providing visible, local, and inspectable automation for tasks like navigation, clicking, typing, and form filling.
    25
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Live browser debugging for AI assistants — DOM, console, network via MCP.

  • A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,

  • Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Weavetab/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server