Chromium Style QR Code Generator for Grok
io.github.chromium-style-qrcode/mcp
MCP server for generating Chromium-style QR codes with optional Dino logo or custom center image
client:Grok
transport:stdio
runtime:npm
Install Chromium Style QR Code Generator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chromium-style-qrcode/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