Skip to content
Gemini CLI

MCPfinder - MCP Server Discovery for Gemini CLI

dev.mcpfinder/server

Your AI discovers and installs MCP servers across Official Registry, Glama, and Smithery.

client:Gemini CLI transport:stdio runtime:npm

Install MCPfinder - MCP Server Discovery in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpfinder/server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

MCPfinder - MCP Server Discovery in other clients