Skip to content
Cline

noun mcp for Cline

io.github.alisaitteke/noun-mcp

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

client:Cline transport:stdio runtime:npm

Install noun mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

noun mcp in other clients