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.
npx claudepluginhub ggprompts/tabzchrome --plugin tabzAdd to your .mcp.json:
{
"mcpServers": {
"tabz": {
"command": "${CLAUDE_PLUGIN_ROOT}/tabz-mcp-server/run-auto.sh",
"env": {
"BACKEND_URL": "http://localhost:8129"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/tabz-mcp-server/run-auto.shBACKEND_URL=http://localhost:8129