npx claudepluginhub yteruel31/claude-marketplace --plugin google-researchAdd to your .mcp.json:
{
"mcpServers": {
"google-research": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/google-research-mcp/run.sh"
],
"env": {
"GEMINI_API_KEY": "${GEMINI_API_KEY}"
}
}
}
}Replace placeholder values for: GEMINI_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
bashGEMINI_API_KEY=${GEMINI_API_KEY}