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
{
"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