WeaveTab-MCP
The Zero-Setup Local Browser MCP. Enables AI agents to control web browsers via CDP with zero vision tokens and high-speed DOM mapping.
README
<div align="center">
WeaveTab MCP V2
The Zero-Setup Local Browser MCP for AI Agents
<img src="https://github.com/user-attachments/assets/afc74063-beb3-4b6e-95b5-f7cc78abbdf2" width="80%" alt="WeaveTab V2 Architecture" />
<br />
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.
</div>
🌟 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_readreturns a parsed, highly compressed DOM semantic map, significantly reducing token consumption. - Sniper Mode Actions:
weave_clickandweave_typeautomatically 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_screenshotto capture current tabs, orweave_peekfor targeted vision on specific elements/canvas.
🚀 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
safeModeis active. - Audit Logging: Every action taken by the AI is cleanly logged locally at
~/.weavetab/audit.logfor 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.