Stats
Actions
Tags
From mcp-chrome-tabs
Local MCP server for interacting with open tabs in Google Chrome browser. Provides tools to list tabs, retrieve URLs/titles/content, switch tabs, and perform browser automation. Runs locally via npx.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"chrome-tabs": {
"command": "npx",
"args": [
"-y",
"@pokutuna/mcp-chrome-tabs@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub pokutuna/mcp-chrome-tabs --plugin mcp-chrome-tabs