Iconoteka for Cursor
io.github.turbaba/iconoteka
Search 1300 open-source icons in 7 weights and 2 styles, and get paste-ready SVG.
client:Cursor
transport:stdio
runtime:npm
Install Iconoteka in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"iconoteka": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"iconoteka-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs