Connect Gemini to any MCP client without an API key using this server for free text analysis, web research, and AI image or video generation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gemini-bridge-mcp": {
"command": "npx",
"args": [
"-y",
"Euamobi4582/gemini-bridge-mcp"
]
}
}
}
Run in terminal:
claude mcp add gemini-bridge-mcp npx -y Euamobi4582/gemini-bridge-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gemini-bridge-mcp": {
"command": "npx",
"args": [
"-y",
"Euamobi4582/gemini-bridge-mcp"
]
}
}
}