mcp for Zed
com.iconsroom/mcp
Search 276,000+ open source icons and insert them as SVG or React components while you code.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@iconsroom/mcp"
],
"env": {
"ICONSROOM_API_KEY": "<ICONSROOM_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs