🎨 Search, download, and use icons from The Noun Project with this MCP server for Cursor AI, Claude Desktop, and other AI tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"noun-mcp": {
"command": "npx",
"args": [
"-y",
"sproutn-iq123/noun-mcp"
]
}
}
}
Run in terminal:
claude mcp add noun-mcp npx -y sproutn-iq123/noun-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"noun-mcp": {
"command": "npx",
"args": [
"-y",
"sproutn-iq123/noun-mcp"
]
}
}
}