Install
1
Run in your terminal$
npx claudepluginhub yteruel31/claude-marketplace --plugin google-researchAdd to Your Project
Add 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
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Admin access level
This server has elevated permissions. Review the source code before enabling.
Details
Command
bashAccess Leveladmin
Arguments
${CLAUDE_PLUGIN_ROOT}/servers/google-research-mcp/run.sh
Environment Variables
GEMINI_API_KEY=${GEMINI_API_KEY}Required Secrets
GEMINI_API_KEY
Actions
Plugins (1)