alisaitteke/noun-mcp
Noun MCP Server
<div align="center">
[](https://www.npmjs.com/package/@alisaitteke/noun-mcp) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/)
> โ ๏ธ 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.
---
<table> <tr> <td width="33%">
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"
}
}
}
}</td> <td width="33%">
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"
}
}
}
}</td> <td width="33%">
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</td> </tr> </table>
</div>
> **
Loading reviews...