getdigitalcraft mcp render for Grok
io.github.gene12williams-design/getdigitalcraft-mcp-render
Deterministic image rendering with exact typography. Pay per call in USDC, no account.
client:Grok
transport:stdio
runtime:npm
Install getdigitalcraft mcp render in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"getdigitalcraft-mcp-render": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"getdigitalcraft-mcp-render"
],
"env": {
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>"
}
}
}
}
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