MCP Server
Maintained
MIT
io.github.alisaitteke/noun-mcp MCP Server
io.github.alisaitteke/noun-mcp
What is the io.github.alisaitteke/noun-mcp MCP server?
MCP server for The Noun Project - search and download icons directly in Cursor AI and Claude
How to install io.github.alisaitteke/noun-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
NOUN_CONSUMER_KEYrequiredsecretConsumer Key from The Noun Project API
NOUN_CONSUMER_SECRETrequiredsecretConsumer Secret from The Noun Project API
NOUN_API_TIERrequiredAPI tier level: FREE (5K calls/month) or PAID (unlimited)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"noun-mcp": {
"command": "npx",
"args": [
"-y",
"@alisaitteke/noun-mcp"
],
"env": {
"NOUN_CONSUMER_KEY": "<YOUR_NOUN_CONSUMER_KEY>",
"NOUN_CONSUMER_SECRET": "<YOUR_NOUN_CONSUMER_SECRET>",
"NOUN_API_TIER": "<YOUR_NOUN_API_TIER>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"noun-mcp": {
"command": "npx",
"args": [
"-y",
"@alisaitteke/noun-mcp"
],
"env": {
"NOUN_CONSUMER_KEY": "<YOUR_NOUN_CONSUMER_KEY>",
"NOUN_CONSUMER_SECRET": "<YOUR_NOUN_CONSUMER_SECRET>",
"NOUN_API_TIER": "<YOUR_NOUN_API_TIER>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"noun-mcp": {
"command": "npx",
"args": [
"-y",
"@alisaitteke/noun-mcp"
],
"env": {
"NOUN_CONSUMER_KEY": "<YOUR_NOUN_CONSUMER_KEY>",
"NOUN_CONSUMER_SECRET": "<YOUR_NOUN_CONSUMER_SECRET>",
"NOUN_API_TIER": "<YOUR_NOUN_API_TIER>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"noun-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alisaitteke/noun-mcp"
],
"env": {
"NOUN_CONSUMER_KEY": "<YOUR_NOUN_CONSUMER_KEY>",
"NOUN_CONSUMER_SECRET": "<YOUR_NOUN_CONSUMER_SECRET>",
"NOUN_API_TIER": "<YOUR_NOUN_API_TIER>"
}
}
}
}Claude Code
claude mcp add noun-mcp --env NOUN_CONSUMER_KEY=<YOUR_NOUN_CONSUMER_KEY> --env NOUN_CONSUMER_SECRET=<YOUR_NOUN_CONSUMER_SECRET> --env NOUN_API_TIER=<YOUR_NOUN_API_TIER> -- npx -y @alisaitteke/noun-mcpRelated MCP servers
Control Adobe Photoshop from AI assistants via natural language commands in your IDE or standalone web UI.
146
View repository →TypeScript
io.github.alisaitteke/npm-mcp
Maintained
MCP server for npm package management, security analysis, and compatibility checking
3
View repository →TypeScript
MIT
io.github.alisaitteke/docker-mcp
Maintained
MCP server for managing Docker containers, images, networks, volumes, and registries
2
View repository →TypeScript