Chrome Google Search
Freeby MCP Community
MCP tool for Google search and webpage content extraction using Chrome browser. Works with Claude to enable Google search and content fetching capabilities.
v1.0.6Added Apr 12, 2026
mcpmodel-context-protocolclaude-desktop-toolgoogle-searchchrome
Chrome Google Search MCP Server
MCP tool for Google search and webpage content extraction using Chrome browser. Works with Claude to enable Google search and content fetching capabilities.
Installation
npx -y @cmann50/mcp-chrome-google-search
Reviews
Installation
Quick install
npx -y @cmann50/mcp-chrome-google-search
Add to claude_desktop_config.json
{
"mcpServers": {
"chrome-google-search": {
"command": "npx",
"args": ["-y", "@cmann50/mcp-chrome-google-search"]
}
}
}