Noun Project MCP Server
Enables searching and retrieving icons from The Noun Project API with advanced filters for style, color, and size customization.
README
Noun Project MCP Server
A Model Context Protocol (MCP) server for The Noun Project API, enabling Claude Code to search and retrieve icons programmatically.
Features
- Icon Search: Search for icons with advanced filters (style, line weight, public domain)
- Icon Details: Get detailed information about specific icons
- Collections: Retrieve icon collections
- Autocomplete: Get search term suggestions
- Usage Tracking: Monitor API quota and usage
- Download URLs: Get customized download links with color and size options
Prerequisites
- Node.js: Version 18 or higher
- Noun Project API Credentials: Get your API key and secret from The Noun Project
Installation
Quick Install (Recommended)
Install directly from npm and add to Claude Code in one command:
claude mcp add --transport stdio noun-project \
--env NOUN_PROJECT_API_KEY=your_api_key_here \
--env NOUN_PROJECT_API_SECRET=your_api_secret_here \
-- npx -y noun-project-mcp
Replace your_api_key_here and your_api_secret_here with your actual credentials from The Noun Project.
Local Development
- Clone and navigate to the repository:
git clone https://github.com/sgup/noun-project-mcp.git
cd noun-project-mcp
- Install dependencies:
npm install
- Build the TypeScript code:
npm run build
- Add to Claude Code using local path:
claude mcp add --transport stdio noun-project \
--env NOUN_PROJECT_API_KEY=your_api_key_here \
--env NOUN_PROJECT_API_SECRET=your_api_secret_here \
-- node /absolute/path/to/noun-project-mcp/dist/index.js
Available Tools
1. search_icons
Search for icons with various filters.
Parameters:
query(required): Search term (e.g., "dog", "house")styles(optional): Filter by style - "solid", "line", or "solid,line"line_weight(optional): For line icons, specify weight (1-60) or range (e.g., "18-20")limit_to_public_domain(optional): Set to 1 for public domain onlythumbnail_size(optional): 42, 84, or 200 pixelsinclude_svg(optional): Set to 1 to include SVG URLslimit(optional): Maximum number of results
Example:
{
"query": "dog",
"styles": "line",
"limit": 10
}
2. get_icon
Get detailed information about a specific icon.
Parameters:
icon_id(required): The icon's unique IDthumbnail_size(optional): 42, 84, or 200 pixels
Example:
{
"icon_id": 12345,
"thumbnail_size": 200
}
3. get_collection
Retrieve a collection and its icons.
Parameters:
collection_id(required): The collection's unique IDthumbnail_size(optional): 42, 84, or 200 pixelsinclude_svg(optional): Set to 1 to include SVG URLslimit(optional): Maximum number of icons to return
Example:
{
"collection_id": 123
}
4. icon_autocomplete
Get autocomplete suggestions for search terms.
Parameters:
query(required): Partial search termlimit(optional): Maximum number of suggestions
Example:
{
"query": "hom",
"limit": 5
}
5. check_usage
Check current API usage and limits.
Parameters: None
6. get_download_url
Get a download URL for an icon with customization.
Parameters:
icon_id(required): The icon's unique IDcolor(optional): Hexadecimal color (e.g., "FF0000")filetype(optional): "svg" or "png"size(optional): For PNG, size in pixels (20-1200)
Example:
{
"icon_id": 12345,
"color": "FF0000",
"filetype": "png",
"size": 512
}
Development
Run in development mode with auto-rebuild:
npm run dev
Build for production:
npm run build
Start the server:
npm start
API Reference
This MCP server uses The Noun Project API v2. For more details about the API:
Authentication
The Noun Project API uses OAuth 1.0 authentication. This server handles all OAuth signing automatically using your API credentials.
Usage Limits
The Noun Project API has monthly usage limits. Use the check_usage tool to monitor your quota.
Troubleshooting
"NOUN_PROJECT_API_KEY and NOUN_PROJECT_API_SECRET must be set"
Make sure you included the --env flags when running claude mcp add. You can verify your configuration with:
claude mcp list
To update your credentials, remove and re-add the server:
claude mcp remove noun-project
claude mcp add --transport stdio noun-project \
--env NOUN_PROJECT_API_KEY=your_new_key \
--env NOUN_PROJECT_API_SECRET=your_new_secret \
-- npx -y noun-project-mcp
"Invalid signature" errors
Verify that your API key and secret are correct and haven't been regenerated in The Noun Project dashboard.
Connection issues
Ensure you have an active internet connection and that The Noun Project API is accessible.
License
MIT
Support
For issues with this MCP server, please file an issue on the repository.
For issues with The Noun Project API, visit their support page.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。