Skip to content
Grok

noun mcp for Grok

io.github.alisaitteke/noun-mcp

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

client:Grok transport:stdio runtime:npm

Install noun mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "noun-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

noun mcp in other clients