mcp icon visual for Cursor
io.github.n0isy/mcp-icon-visual
Search, retrieve, compare, and render SVG icons visually for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install mcp icon visual in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-icon-visual": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@br-ai-n/mcp-icon-visual"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs