Back to MCP Servers
G Search
A powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
search-data-extractiongo
By jae-jae
Installation
npx -y g-search-mcpConfiguration
{
"mcpServers": {
"g-search-mcp": {
"command": "npx",
"args": ["-y", "g-search-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes