Skip to content
Gemini CLI

noun mcp for Gemini CLI

io.github.alisaitteke/noun-mcp

Production MCP server for The Noun Project — search & download icons in Cursor/Claude with OAuth…

client:Gemini CLI transport:stdio runtime:npm

Install noun mcp 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": {
    "noun-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/noun-mcp"
      ],
      "env": {
        "NOUN_CONSUMER_KEY": "<NOUN_CONSUMER_KEY>",
        "NOUN_CONSUMER_SECRET": "<NOUN_CONSUMER_SECRET>",
        "NOUN_API_TIER": "<NOUN_API_TIER>"
      }
    }
  }
}

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

noun mcp in other clients