font proof mcp for Grok
io.github.jakefleming/font-proof-mcp
Create and modify Font Proof documents programmatically (PDF font proofs, live from Glyphs.app).
client:Grok
transport:stdio
runtime:npm
Install font proof mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"font-proof-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"font-proof-mcp"
]
}
}
}
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