Font Lab for Grok
io.github.jmg698/font-lab
A decision surface for typography: curate font directions on your real site, ship next/font code.
client:Grok
transport:stdio
runtime:npm
Install Font Lab in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"font-lab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"font-lab"
]
}
}
}
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