TrueIcon for Cursor
io.github.manikumarkv/trueicon
Lets AI coding assistants search the icon packages actually installed in your project.
client:Cursor
transport:stdio
runtime:npm
Install TrueIcon in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trueicon": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"trueicon"
],
"env": {
"TRUEICON_PROJECT_DIR": "<TRUEICON_PROJECT_DIR>",
"TRUEICON_CACHE": "<TRUEICON_CACHE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs