← Index

io.github.alisaitteke/noun-mcp

io.github.alisaitteke/noun-mcp·v1.0.2·Search
Quality Score
80
/100

MCP server for The Noun Project - search and download icons directly in Cursor AI and Claude

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "noun-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/noun-mcp"
      ],
      "env": {
        "NOUN_CONSUMER_KEY": "<your-noun_consumer_key>",
        "NOUN_CONSUMER_SECRET": "<your-noun_consumer_secret>",
        "NOUN_API_TIER": "<noun_api_tier>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "noun-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/noun-mcp"
      ],
      "env": {
        "NOUN_CONSUMER_KEY": "<your-noun_consumer_key>",
        "NOUN_CONSUMER_SECRET": "<your-noun_consumer_secret>",
        "NOUN_API_TIER": "<noun_api_tier>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @alisaitteke/noun-mcp
§02  Environment variables
NOUN_CONSUMER_KEY
requiredsecret

Consumer Key from The Noun Project API

NOUN_CONSUMER_SECRET
requiredsecret

Consumer Secret from The Noun Project API

NOUN_API_TIER
required

API tier level: FREE (5K calls/month) or PAID (unlimited)

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Search