Fast HTML MCP for Grok
io.github.aimino-tech/fast-html-mcp
Lightning-fast HTML generation from AI agents with 15 tools, 22 components, and 25 templates.
client:Grok
transport:stdio
runtime:npm
Install Fast HTML MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fast-html-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aimino/fast-html-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