Skip to content
Gemini CLI

FirstHandAPI for Gemini CLI

com.firsthandapi/mcp-server

Post crowdsourced content collection jobs and fetch approved files via FirstHandAPI

client:Gemini CLI transport:stdio runtime:npm

Install FirstHandAPI in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@firsthandapi/mcp-server"
      ],
      "env": {
        "FIRSTHAND_API_KEY": "<FIRSTHAND_API_KEY>"
      }
    }
  }
}

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

FirstHandAPI in other clients