Iconoteka for VS Code
io.github.turbaba/iconoteka
Search 1300 open-source icons in 7 weights and 2 styles, and get paste-ready SVG.
client:VS Code
transport:stdio
runtime:npm
Install Iconoteka in VS Code
.vscode/mcp.json
{
"servers": {
"iconoteka": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"iconoteka-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs