PluginBench
MCP Server
Maintained
MIT

io.github.alisaitteke/noun-mcp MCP Server

io.github.alisaitteke/noun-mcp

What is the io.github.alisaitteke/noun-mcp MCP server?

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

How to install io.github.alisaitteke/noun-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NOUN_CONSUMER_KEY
    required
    secret

    Consumer Key from The Noun Project API

  • NOUN_CONSUMER_SECRET
    required
    secret

    Consumer Secret from The Noun Project API

  • NOUN_API_TIER
    required

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

Claude Desktop
~/Library/Application Support/Claude/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": "<YOUR_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": "<YOUR_NOUN_API_TIER>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_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": "<YOUR_NOUN_API_TIER>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "noun-mcp": {
      "type": "stdio",
      "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": "<YOUR_NOUN_API_TIER>"
      }
    }
  }
}
Claude Code
claude mcp add noun-mcp --env NOUN_CONSUMER_KEY=<YOUR_NOUN_CONSUMER_KEY> --env NOUN_CONSUMER_SECRET=<YOUR_NOUN_CONSUMER_SECRET> --env NOUN_API_TIER=<YOUR_NOUN_API_TIER> -- npx -y @alisaitteke/noun-mcp

Related MCP servers

Control Adobe Photoshop from AI assistants via natural language commands in your IDE or standalone web UI.

146
TypeScript
View repository →

MCP server for npm package management, security analysis, and compatibility checking

3
TypeScript
MIT
View repository →

MCP server for managing Docker containers, images, networks, volumes, and registries

2
TypeScript
View repository →