Server Config
{
"mcpServers": {
"google-search": {
"command": "uv",
"args": [
"run",
"path/to/your/clone/of/google-custom-search-mcp"
],
"env": {
"GOOGLE_SERVICE_ACCOUNT_FILE": "/path/to/your/service-account-key.json",
"GOOGLE_SEARCH_ENGINE_ID": "your-search-engine-id"
}
}
}
}