Noun Project
@sgup
关于 Noun Project
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"noun-project": {
"command": "npx",
"args": [
"-y",
"noun-project-mcp"
],
"env": {
"NOUN_PROJECT_API_KEY": "",
"NOUN_PROJECT_API_SECRET": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Noun Project?
A Model Context Protocol (MCP) server that integrates with The Noun Project API, enabling Claude Code to search, retrieve, and download icons programmatically. It is designed for developers using Claude Code who need to access icon libraries.
How to use Noun Project?
Install via npm and add to Claude Code using the claude mcp add command with your Noun Project API credentials set as environment variables. The server provides six tools accessible through Claude Code: search_icons, get_icon, get_collection, icon_autocomplete, check_usage, and get_download_url.
Key features of Noun Project
- Icon search with advanced filters (style, line weight, public domain)
- Detailed icon information retrieval by ID
- Icon collection browsing
- Search term autocomplete suggestions
- Usage tracking and API quota monitoring
- Customized download URLs with color and size options
Use cases of Noun Project
- Search for icons to use in design projects directly from Claude Code
- Retrieve detailed metadata for a specific icon by its ID
- Browse themed icon collections for batch usage
- Generate download links for icons with custom colors and file formats
- Monitor Noun Project API usage to stay within monthly limits
FAQ from Noun Project
What dependencies are required to run Noun Project?
Node.js version 18 or higher and valid Noun Project API credentials (API key and secret) from thenounproject.com/developers/.
How do I authenticate with The Noun Project API?
The server handles OAuth 1.0 authentication automatically using your NOUN_PROJECT_API_KEY and NOUN_PROJECT_API_SECRET environment variables.
Where are my API credentials stored?
Credentials are set as environment variables when adding the server via claude mcp add with the --env flags.
What are the usage limits of Noun Project?
The Noun Project API has monthly usage limits; use the check_usage tool to monitor your quota.
What transport does Noun Project use?
The server uses stdio transport, configured via claude mcp add --transport stdio.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论