Loading subscription status...
{
"mcpServers": [
{
"google-search": {
"env": {
"GOOGLE_API_KEY": "your-google-api-key",
"GOOGLE_SEARCH_ENGINE_ID": "your-custom-search-engine-id"
},
"args": [
"/path/to/google-search-mcp-server/dist/google-search.js"
],
"command": "node"
}
}
]
}