⚠️ 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.
|
Cursor AI Add to MCP settings: {
"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"
}
}
}
} |
Claude Desktop Add to config: {
"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"
}
}
}
} |
Claude Code Run in terminal: 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 |
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!
Icon Search: Find icons with filters for style, line weight, and licensing Icon Download: Get SVG or PNG files with custom colors and sizes Collection Browser: Explore curated icon collections Smart Suggestions: Autocomplete helps find the right search terms Usage Tracking: Monitor your API usage and limits FREE Tier Mode: Smart optimizations for 5K monthly API calls PAID Tier Mode: Unlimited access with no restrictions
- Node.js 18 or higher (Download)
- The Noun Project API Keys (free account works!)
Don't have API keys? Get them here →
- Go to The Noun Project Developers
- Sign in or create a free account
- Create a new app (or select an existing one)
- Copy your Consumer Key and Consumer Secret
Option A: npx (Easiest - No Install Required)
# Run directly without installation
npx @alisaitteke/noun-mcpOption B: Global Install
npm install -g @alisaitteke/noun-mcpOption C: Local Development
git clone https://github.com/alisaitteke/noun-mcp.git
cd noun-mcp
npm install
npm run build
npm linkCreate a .env file in the project directory:
cp .env.example .envEdit .env with your credentials:
# 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=FREEFREE Tier (5,000 API calls/month)
Perfect for personal projects and testing Automatic cost optimizations Smaller page sizes (max 10 results per search) Optimized thumbnails (42px by default) SVG URLs excluded by default (save bandwidth) Smart usage alerts at 50%, 80%, 95%
PAID Tier (Unlimited)
No monthly limits Larger page sizes (up to 100 results) High-quality thumbnails (84px by default) SVG URLs included automatically No restrictions
NOUN_API_TIER in your .env file!
Open Cursor settings: Settings → Features → MCP
Add this configuration:
Option A: Using npx (Recommended)
{
"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
{
"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
{
"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"
}
}
}
}Edit: ~/Library/Application Support/Claude/claude_desktop_config.json
Using npx (Recommended)
{
"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"
}
}
}
}Once configured, just talk to your AI naturally:
"Find me some coffee cup icons"
"Search for solid style house icons"
"Show me line icons with weight 18-20 for 'bicycle'"
"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"
"Search for weather icon collections"
"Show me collection 123 details"
"Give me autocomplete suggestions for 'spo'"
"How many API calls have I used this month?"
"Check my API usage limits"
The AI can use these tools to help you:
Search The Noun Project icon database.
What you can filter:
- Style:
solid,line, or both - Line weight:
1-60or range like"18-20" - Public domain: Show only free-to-use icons
- Thumbnail size:
42,84, or200pixels - Include SVG: Get SVG URLs in results
- Limit: Max results per page
Example:
"Search for 'coffee' icons in solid style, public domain only"
Get detailed information about a specific icon.
Returns:
- Icon name and ID
- Creator information
- Tags and collections
- License details
- Download URLs
Example:
"Show me details for icon 12345"
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:
"Download icon 12345 as PNG, 200x200, red color, save to ./icons/coffee.png"
Find icon collections by keyword.
Example:
"Search for 'travel' collections"
View a specific collection with all its icons.
Example:
"Show me collection 456"
Get search term suggestions (max 10).
Example:
"What terms start with 'comp'?"
Check your API usage and limits.
Shows:
- Monthly limit and usage
- Remaining calls
- Percentage used
- Days until reset
- Optimization tips (FREE tier)
Maximize your 5,000 monthly calls:
Bad: "icon" → Too broad, many pages needed
Good: "coffee cup" → Specific, better results
Step 1: "Suggestions for 'cof'" → ["coffee", "coffee cup"]
Step 2: "Search for 'coffee cup'" → Exact results
Bad: Browsing 5 pages = 5 API calls
Good: Refine search to get results on first page
Download icon → Save to project → Use everywhere
(Don't re-download the same icon)
FREE tier can only download public domain icons
Filter searches with limit_to_public_domain=1
The server automatically caches usage data for 5 minutes. You should also save:
- Downloaded icons
- Icon IDs you've explored
- Collection information
The server automatically optimizes API usage in FREE tier mode:
| Feature | FREE Tier | PAID Tier |
|---|---|---|
| Results per page | 10 max | 100 max |
| Default thumbnail | 42px | 84px |
| SVG URLs | Excluded | Included |
| Pagination warnings | Yes | No |
| Usage alerts | 50%, 80%, 95% | None |
Want full details? See COST_OPTIMIZATION.md
npm install
npm run devnpm run buildnpm startnoun-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
Problem: API keys not found.
Solution:
- Check
.envfile exists - Verify
NOUN_CONSUMER_KEYandNOUN_CONSUMER_SECRETare set - Check for typos in variable names
Problem: Invalid API credentials.
Solution:
- Verify credentials at developers page
- Make sure you copied the entire key/secret
- Check for extra spaces or quotes
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_usagetool
Problem: SVG URLs expire after 1 hour.
Solution:
- Download fresh URLs when needed
- Use
download_iconto get base64-encoded icons - Save icons locally instead of relying on URLs
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
Problem: MCP server not detected.
Solution:
- Restart Cursor AI or Claude Desktop
- Check JSON config syntax (no trailing commas!)
- Verify file paths are absolute
- Check server logs for errors
| Tier | Monthly Limit | Rate Limit | Download Access |
|---|---|---|---|
| FREE | 5,000 calls | 100/min | Public domain only |
| PAID | Unlimited | 100/min | All icons |
Want more? Check The Noun Project Pricing
Contributions are welcome!
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit changes:
git commit -m 'Add amazing feature' - Push to branch:
git push origin feature/amazing-feature - Open a Pull Request
MIT License - see LICENSE file for details.
- The Noun Project - For the amazing icon collection
- Model Context Protocol - For the MCP specification
- Anthropic - For Claude and MCP development
Ali Sait Teke
- GitHub: @alisaitteke
- NPM: @alisaitteke
- Issues: GitHub Issues
- Documentation: The Noun Project API Docs
- Pricing: The Noun Project Plans
Note: This is a community-built MCP server and is not an official product of The Noun Project.
Made with
