Stats
Actions
Tags
From tabz
Local stdio MCP server running tabz-mcp-server script. Connects to a configurable backend via BACKEND_URL env var for tools or data access.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tabz": {
"command": "${CLAUDE_PLUGIN_ROOT}/tabz-mcp-server/run-auto.sh",
"env": {
"BACKEND_URL": "http://localhost:8129"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/tabz-mcp-server/run-auto.shEnvironment variables set when the server starts
BACKEND_URL=http://localhost:8129npx claudepluginhub ggprompts/tabzchrome --plugin tabz