tabler mcp server for Grok
io.github.mafady/tabler-mcp-server
Tabler.io for AI assistants: search 5,000+ icons, UI components, layouts, themes and docs.
client:Grok
transport:stdio
runtime:npm
Install tabler mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tabler-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tabler-mcp-server"
]
}
}
}
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