opentabs-dev/opentabs
[](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
Configuration
{
"mcpServers": {
"opentabs-dev-opentabs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-opentabs-dev-opentabs"
],
"env": {}
}
}
}