Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"gemini-mcp-tool": {
"command": "npx",
"args": [
"-y",
"gemini-mcp-tool"
],
"env": {
"GOOGLE_API_KEY": "${GOOGLE_API_KEY}"
}
}
}
}Replace placeholder values for: GOOGLE_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxGOOGLE_API_KEY=${GOOGLE_API_KEY}