Skip to content
MCP Server Community By @opentabs-dev

opentabs-dev/opentabs

[![opentabs-dev/opentabs MCP server](https://glama.ai/mcp/servers/opentabs-dev/opentabs/badges/score.svg)](https://glama.ai/mcp/servers/opentabs-dev/opentabs) 📇 🏠 🍎 🪟 🐧 - Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a plugin SDK for building new ones.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: opentabs-dev/opentabs Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-opentabs-dev-opentabs

Detailed Documentation

opentabs-dev/opentabs MCP server 📇 🏠 🍎 🪟 🐧 - Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user’s authenticated browser session. 100+ plugins with a plugin SDK for building new ones.

Configuration

{
  "mcpServers": {
    "opentabs-dev-opentabs": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-opentabs-dev-opentabs"
      ],
      "env": {}
    }
  }
}