TrueIcon for Grok
io.github.manikumarkv/trueicon
Lets AI coding assistants search the icon packages actually installed in your project.
client:Grok
transport:stdio
runtime:npm
Install TrueIcon in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"trueicon": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"trueicon"
],
"env": {
"TRUEICON_PROJECT_DIR": "<TRUEICON_PROJECT_DIR>",
"TRUEICON_CACHE": "<TRUEICON_CACHE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs