Skip to content
Gemini CLI

Unsplash MCP Server for Gemini CLI

io.github.hanoak/unsplash-mcp-server

MCP server for the Unsplash API: search & fetch photos with attribution + download tracking.

client:Gemini CLI transport:stdio runtime:npm

Install Unsplash MCP Server 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": {
    "unsplash-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hanoak/unsplash-mcp-server"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>",
        "UNSPLASH_APP_NAME": "<UNSPLASH_APP_NAME>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

Unsplash MCP Server in other clients