io.github.alisaitteke/noun-mcp

平台与服务

by alisaitteke

面向 The Noun Project 的 MCP 服务器,可在 Cursor AI 和 Claude 中直接搜索并下载图标资源。

什么是 io.github.alisaitteke/noun-mcp

面向 The Noun Project 的 MCP 服务器,可在 Cursor AI 和 Claude 中直接搜索并下载图标资源。

README

<div align="center">

Noun MCP Server

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/palette-white.svg"><img src="docs/icons/palette.svg" width="32" height="32" alt="Palette"></picture> Noun MCP Server

npm version License: MIT Node.js Version

⚠️ Unofficial Project · This is an independent third-party tool using The Noun Project API. Not affiliated with or endorsed by The Noun Project.

MCP (Model Context Protocol) server for searching, downloading, and using icons from The Noun Project in Cursor AI, Claude Desktop, and other MCP-supported AI tools.


🚀 Quick Start

<table> <tr> <td width="33%">

Cursor AI

Add to MCP settings:

json
{
  "mcpServers": {
    "noun-project": {
      "command": "npx",
      "args": ["-y", "@alisaitteke/noun-mcp"],
      "env": {
        "NOUN_CONSUMER_KEY": "your_key",
        "NOUN_CONSUMER_SECRET": "your_secret",
        "NOUN_API_TIER": "FREE"
      }
    }
  }
}
</td> <td width="33%">

Claude Desktop

Add to config:

json
{
  "mcpServers": {
    "noun-project": {
      "command": "npx",
      "args": ["-y", "@alisaitteke/noun-mcp"],
      "env": {
        "NOUN_CONSUMER_KEY": "your_key",
        "NOUN_CONSUMER_SECRET": "your_secret",
        "NOUN_API_TIER": "FREE"
      }
    }
  }
}
</td> <td width="33%">

Claude Code

Run in terminal:

bash
claude mcp add \
  --transport stdio \
  noun-project \
  --env NOUN_CONSUMER_KEY=your_key \
  --env NOUN_CONSUMER_SECRET=your_secret \
  --env NOUN_API_TIER=FREE \
  -- npx -y @alisaitteke/noun-mcp
</td> </tr> </table>

Get your API keys →

</div>

What is this? A bridge that lets AI assistants search and download professional icons for your projects. No manual browsing needed - just ask your AI!

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/star-white.svg"><img src="docs/icons/star.svg" width="24" height="24" alt="Features"></picture> Features

  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/search-white.svg"><img src="docs/icons/search.svg" width="20" height="20" alt="Search"></picture> Icon Search: Find icons with filters for style, line weight, and licensing
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/download-white.svg"><img src="docs/icons/download.svg" width="20" height="20" alt="Download"></picture> Icon Download: Get SVG or PNG files with custom colors and sizes
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/book-white.svg"><img src="docs/icons/book.svg" width="20" height="20" alt="Collection"></picture> Collection Browser: Explore curated icon collections
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/lightbulb-white.svg"><img src="docs/icons/lightbulb.svg" width="20" height="20" alt="Idea"></picture> Smart Suggestions: Autocomplete helps find the right search terms
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/chart-white.svg"><img src="docs/icons/chart.svg" width="20" height="20" alt="Chart"></picture> Usage Tracking: Monitor your API usage and limits
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/free-white.svg"><img src="docs/icons/free.svg" width="20" height="20" alt="Free"></picture> FREE Tier Mode: Smart optimizations for 5K monthly API calls
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/diamond-white.svg"><img src="docs/icons/diamond.svg" width="20" height="20" alt="Diamond"></picture> PAID Tier Mode: Unlimited access with no restrictions

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checklist-white.svg"><img src="docs/icons/checklist.svg" width="24" height="24" alt="Requirements"></picture> Requirements

  • Node.js 18 or higher (Download)
  • The Noun Project API Keys (free account works!)

Don't have API keys? Get them here →

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/rocket-white.svg"><img src="docs/icons/rocket.svg" width="24" height="24" alt="Quick Start"></picture> Quick Start

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/key-white.svg"><img src="docs/icons/key.svg" width="20" height="20" alt="1"></picture> Step 1: Get Your API Keys

  1. Go to The Noun Project Developers
  2. Sign in or create a free account
  3. Create a new app (or select an existing one)
  4. Copy your Consumer Key and Consumer Secret

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/package-white.svg"><img src="docs/icons/package.svg" width="20" height="20" alt="2"></picture> Step 2: Installation

Option A: npx (Easiest - No Install Required)

bash
# Run directly without installation
npx @alisaitteke/noun-mcp

Option B: Global Install

bash
npm install -g @alisaitteke/noun-mcp

Option C: Local Development

bash
git clone https://github.com/alisaitteke/noun-mcp.git
cd noun-mcp
npm install
npm run build
npm link

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/gear-white.svg"><img src="docs/icons/gear.svg" width="20" height="20" alt="3"></picture> Step 3: Configure Environment

Create a .env file in the project directory:

bash
cp .env.example .env

Edit .env with your credentials:

env
# Your API credentials from The Noun Project
NOUN_CONSUMER_KEY=your_consumer_key_here
NOUN_CONSUMER_SECRET=your_consumer_secret_here

# Choose your tier: FREE (5K calls/month) or PAID (unlimited)
NOUN_API_TIER=FREE

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/free-white.svg"><img src="docs/icons/free.svg" width="20" height="20" alt="FREE"></picture> FREE vs <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/diamond-white.svg"><img src="docs/icons/diamond.svg" width="20" height="20" alt="PAID"></picture> PAID Tier

FREE Tier (5,000 API calls/month)

  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> Perfect for personal projects and testing
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> Automatic cost optimizations
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> Smaller page sizes (max 10 results per search)
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> Optimized thumbnails (42px by default)
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> SVG URLs excluded by default (save bandwidth)
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> Smart usage alerts at 50%, 80%, 95%

PAID Tier (Unlimited)

  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> No monthly limits
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> Larger page sizes (up to 100 results)
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> High-quality thumbnails (84px by default)
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> SVG URLs included automatically
  • <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/checkmark-white.svg"><img src="docs/icons/checkmark.svg" width="16" height="16" alt="✓"></picture> No restrictions

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/lightbulb-white.svg"><img src="docs/icons/lightbulb.svg" width="20" height="20" alt="Tip"></picture> Switch anytime: Just update NOUN_API_TIER in your .env file!

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/desktop-white.svg"><img src="docs/icons/desktop.svg" width="20" height="20" alt="4"></picture> Step 4: Configure Cursor AI

Open Cursor settings: Settings → Features → MCP

Add this configuration:

Option A: Using npx (Recommended)

json
{
  "mcpServers": {
    "noun-project": {
      "command": "npx",
      "args": ["@alisaitteke/noun-mcp"],
      "env": {
        "NOUN_CONSUMER_KEY": "your_key_here",
        "NOUN_CONSUMER_SECRET": "your_secret_here",
        "NOUN_API_TIER": "FREE"
      }
    }
  }
}

Option B: Using global install

json
{
  "mcpServers": {
    "noun-project": {
      "command": "noun-mcp",
      "env": {
        "NOUN_CONSUMER_KEY": "your_key_here",
        "NOUN_CONSUMER_SECRET": "your_secret_here",
        "NOUN_API_TIER": "FREE"
      }
    }
  }
}

Option C: Using local build

json
{
  "mcpServers": {
    "noun-project": {
      "command": "node",
      "args": ["/path/to/noun-mcp/dist/index.js"],
      "env": {
        "NOUN_CONSUMER_KEY": "your_key_here",
        "NOUN_CONSUMER_SECRET": "your_secret_here",
        "NOUN_API_TIER": "FREE"
      }
    }
  }
}

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/desktop-white.svg"><img src="docs/icons/desktop.svg" width="20" height="20" alt="5"></picture> Step 5: Configure Claude Desktop

Edit: ~/Library/Application Support/Claude/claude_desktop_config.json

Using npx (Recommended)

json
{
  "mcpServers": {
    "noun-project": {
      "command": "npx",
      "args": ["@alisaitteke/noun-mcp"],
      "env": {
        "NOUN_CONSUMER_KEY": "your_key_here",
        "NOUN_CONSUMER_SECRET": "your_secret_here",
        "NOUN_API_TIER": "FREE"
      }
    }
  }
}

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/chat-white.svg"><img src="docs/icons/chat.svg" width="24" height="24" alt="Usage Examples"></picture> Usage Examples

Once configured, just talk to your AI naturally:

Search for Icons

code
"Find me some coffee cup icons"
"Search for solid style house icons"
"Show me line icons with weight 18-20 for 'bicycle'"

Download Icons

code
"Download icon 12345 in red color"
"Get icon 67890 as PNG, 200x200 pixels, save to ./icons/house.png"
"Download this icon as SVG with hex color FF5733"

Browse Collections

code
"Search for weather icon collections"
"Show me collection 123 details"

Get Suggestions

code
"Give me autocomplete suggestions for 'spo'"

Check Usage

code
"How many API calls have I used this month?"
"Check my API usage limits"

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/wrench-white.svg"><img src="docs/icons/wrench.svg" width="24" height="24" alt="Available Tools"></picture> Available Tools

The AI can use these tools to help you:

search_icons

Search The Noun Project icon database.

What you can filter:

  • Style: solid, line, or both
  • Line weight: 1-60 or range like "18-20"
  • Public domain: Show only free-to-use icons
  • Thumbnail size: 42, 84, or 200 pixels
  • Include SVG: Get SVG URLs in results
  • Limit: Max results per page

Example:

code
"Search for 'coffee' icons in solid style, public domain only"

get_icon

Get detailed information about a specific icon.

Returns:

  • Icon name and ID
  • Creator information
  • Tags and collections
  • License details
  • Download URLs

Example:

code
"Show me details for icon 12345"

download_icon

Download an icon with custom options.

Options:

  • Format: SVG or PNG
  • Color: Any hex color (e.g., "FF0000" for red)
  • Size: 20-1200 pixels (PNG only)
  • Save to file: Optional file path

Note: FREE tier can only download public domain icons.

Example:

code
"Download icon 12345 as PNG, 200x200, red color, save to ./icons/coffee.png"

search_collections

Find icon collections by keyword.

Example:

code
"Search for 'travel' collections"

get_collection

View a specific collection with all its icons.

Example:

code
"Show me collection 456"

icon_autocomplete

Get search term suggestions (max 10).

Example:

code
"What terms start with 'comp'?"

check_usage

Check your API usage and limits.

Shows:

  • Monthly limit and usage
  • Remaining calls
  • Percentage used
  • Days until reset
  • Optimization tips (FREE tier)

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/free-white.svg"><img src="docs/icons/free.svg" width="24" height="24" alt="FREE Tier"></picture> FREE Tier Best Practices

Maximize your 5,000 monthly calls:

1. Be Specific

code
Bad:  "icon"       → Too broad, many pages needed
Good: "coffee cup" → Specific, better results

2. Use Autocomplete First

code
Step 1: "Suggestions for 'cof'"  → ["coffee", "coffee cup"]
Step 2: "Search for 'coffee cup'" → Exact results

3. Avoid Pagination

code
Bad:  Browsing 5 pages = 5 API calls
Good: Refine search to get results on first page

4. Download Once, Reuse

code
Download icon → Save to project → Use everywhere
(Don't re-download the same icon)

5. Filter for Public Domain

code
FREE tier can only download public domain icons
Filter searches with limit_to_public_domain=1

6. Cache Results

The server automatically caches usage data for 5 minutes. You should also save:

  • Downloaded icons
  • Icon IDs you've explored
  • Collection information

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/chart-white.svg"><img src="docs/icons/chart.svg" width="24" height="24" alt="Cost Optimization"></picture> Cost Optimization

The server automatically optimizes API usage in FREE tier mode:

FeatureFREE TierPAID Tier
Results per page10 max100 max
Default thumbnail42px84px
SVG URLsExcludedIncluded
Pagination warningsYesNo
Usage alerts50%, 80%, 95%None

Want full details? See COST_OPTIMIZATION.md

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/wrench-white.svg"><img src="docs/icons/wrench.svg" width="24" height="24" alt="Development"></picture> Development

Run in Development Mode

bash
npm install
npm run dev

Build for Production

bash
npm run build

Run Built Version

bash
npm start

Project Structure

code
noun-mcp/
├── src/
│   ├── index.ts              # MCP server entry point
│   ├── api/
│   │   ├── auth.ts          # OAuth 1.0a authentication
│   │   └── client.ts        # API client with rate limiting
│   ├── tools/
│   │   ├── search.ts        # Icon search functionality
│   │   ├── download.ts      # Icon download & details
│   │   ├── collections.ts   # Collections & autocomplete
│   │   └── usage.ts         # Usage monitoring
│   ├── types/
│   │   └── schemas.ts       # Zod schemas & TypeScript types
│   └── utils/
│       └── costOptimizer.ts # Cost optimization logic
├── package.json
├── tsconfig.json
└── README.md

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/bug-white.svg"><img src="docs/icons/bug.svg" width="24" height="24" alt="Troubleshooting"></picture> Troubleshooting

"Missing required environment variables"

Problem: API keys not found.

Solution:

  1. Check .env file exists
  2. Verify NOUN_CONSUMER_KEY and NOUN_CONSUMER_SECRET are set
  3. Check for typos in variable names

"Authentication failed"

Problem: Invalid API credentials.

Solution:

  1. Verify credentials at developers page
  2. Make sure you copied the entire key/secret
  3. Check for extra spaces or quotes

"Rate limit exceeded"

Problem: Too many requests too fast.

Solution:

  • Wait a moment (limit is 100 requests/minute)
  • The server automatically handles rate limiting
  • If persistent, check your usage with check_usage tool

SVG URLs Not Working

Problem: SVG URLs expire after 1 hour.

Solution:

  • Download fresh URLs when needed
  • Use download_icon to get base64-encoded icons
  • Save icons locally instead of relying on URLs

"Free API access is limited to public domain icons"

Problem: Trying to download non-public-domain icon with FREE account.

Solution:

  • Filter searches: limit_to_public_domain=1
  • Or upgrade to PAID tier at pricing page

Server Not Appearing in Cursor/Claude

Problem: MCP server not detected.

Solution:

  1. Restart Cursor AI or Claude Desktop
  2. Check JSON config syntax (no trailing commas!)
  3. Verify file paths are absolute
  4. Check server logs for errors

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/document-white.svg"><img src="docs/icons/document.svg" width="24" height="24" alt="API Limits"></picture> API Limits

TierMonthly LimitRate LimitDownload Access
FREE5,000 calls100/minPublic domain only
PAIDUnlimited100/minAll icons

Want more? Check The Noun Project Pricing

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/handshake-white.svg"><img src="docs/icons/handshake.svg" width="24" height="24" alt="Contributing"></picture> Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit changes: git commit -m 'Add amazing feature'
  4. Push to branch: git push origin feature/amazing-feature
  5. Open a Pull Request

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/document-white.svg"><img src="docs/icons/document.svg" width="24" height="24" alt="License"></picture> License

MIT License - see LICENSE file for details.

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/heart-white.svg"><img src="docs/icons/heart.svg" width="24" height="24" alt="Acknowledgments"></picture> Acknowledgments

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/package-white.svg"><img src="docs/icons/package.svg" width="24" height="24" alt="Author"></picture> Author

Ali Sait Teke

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/email-white.svg"><img src="docs/icons/email.svg" width="24" height="24" alt="Support"></picture> Support

<picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/link-white.svg"><img src="docs/icons/link.svg" width="24" height="24" alt="Links"></picture> Links


Note: This is a community-built MCP server and is not an official product of The Noun Project.

Made with <picture><source media="(prefers-color-scheme: dark)" srcset="docs/icons/heart-white.svg"><img src="docs/icons/heart.svg" width="16" height="16" alt="love"></picture> for the AI and developer community.

常见问题

io.github.alisaitteke/noun-mcp 是什么?

面向 The Noun Project 的 MCP 服务器,可在 Cursor AI 和 Claude 中直接搜索并下载图标资源。

相关 Skills

MCP构建

by anthropics

Universal
热门

聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。

想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。

平台与服务
未扫描114.1k

Slack动图

by anthropics

Universal
热门

面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。

帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。

平台与服务
未扫描114.1k

MCP服务构建器

by alirezarezvani

Universal
热门

从 OpenAPI 一键生成 Python/TypeScript MCP server 脚手架,并校验 tool schema、命名规范与版本兼容性,适合把现有 REST API 快速发布成可生产演进的 MCP 服务。

帮你快速搭建 MCP 服务与后端 API,脚手架完善、扩展顺手,尤其适合想高效验证服务能力的开发者。

平台与服务
未扫描10.2k

相关 MCP Server

Slack 消息

编辑精选

by Anthropic

热门

Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。

这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。

平台与服务
83.4k

by netdata

热门

io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。

这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。

平台与服务
78.4k

by d4vinci

热门

Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。

这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。

平台与服务
35.4k

评论