A powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"g-search-mcp": {
"command": "npx",
"args": [
"-y",
"jae-jae/g-search-mcp"
]
}
}
}
Run in terminal:
claude mcp add g-search-mcp npx -y jae-jae/g-search-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"g-search-mcp": {
"command": "npx",
"args": [
"-y",
"jae-jae/g-search-mcp"
]
}
}
}