OpenTabs: MCP Server with 100+ Plugins for Browser-Based AI Tool Access

OpenTabs is an MCP server paired with a Chrome extension that provides access to web applications through their internal APIs rather than public APIs. The system includes 100+ plugins exposing approximately 2,000 tools.
How It Works
The Chrome extension injects plugin adapters into matching browser tabs. The MCP server discovers these plugins at runtime and exposes their tools over Streamable HTTP. This approach allows AI agents to call functions like slack_send_message that hit the same endpoints the web app's frontend uses, running within the browser with the user's existing session.
Key Features
- No API keys or OAuth flows required
- No screenshots or DOM scraping
- Works with Claude Code, Cursor, Windsurf, or any MCP client
- Includes a plugin SDK for building new plugins
Setup and Usage
Install via npm: npm install -g @opentabs-dev/cli
Start the server: opentabs start
Plugin Development
The SDK includes a skill that improves with each plugin built—patterns, gotchas, and API discoveries get written back into it. According to the developer, you can point your AI at any website and it builds a plugin in minutes.
Current Status
The developer uses 5-6 plugins daily (Slack, GitHub, Discord, Todoist, Robinhood) and considers those solid. There are 100+ total plugins, but most need more testing. The developer requests help: if you try a plugin and something's broken, point your AI at it and open a PR.
📖 Read the full source: r/ClaudeAI
👀 See Also

Context-Kit: Open Source Tool for AI Assistant Configuration
Context-kit is a free tool that generates configuration files and skill documentation for AI coding assistants. It supports Claude Code, Cursor, Windsurf, GitHub Copilot, and Gemini CLI.

Native macOS MCP Server for Full OS Control
A native macOS server provides 24 tools for pixel-accurate clicks, key combos, drag-and-drop, app management, multi-display support, and clipboard access. It's open source and works with Claude Code, Cursor, or any MCP client.

Self-Hosted Contextual Bandit in Rust: Syntra & Lycan for Adaptive Decision Systems
Two open-source projects: Lycan (graph execution language with strategy nodes and learned weights) and Syntra (Docker/API appliance serving compiled Lycan capsules). Found data pipeline bugs before runtime bugs when dogfooding on an AI stock-debate product.

Claude Code v2.1.139 Adds /goal Command for Async Long-Running Tasks
Claude Code v2.1.139 introduces the /goal command, enabling fire-and-forget sessions that run until a completion condition is met, plus a new agents view to monitor active sessions.