Fast HTML MCP for Gemini CLI
io.github.aimino-tech/fast-html-mcp
Lightning-fast HTML generation from AI agents with 15 tools, 22 components, and 25 templates.
client:Gemini CLI
transport:stdio
runtime:npm
Install Fast HTML MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fast-html-mcp": {
"command": "npx",
"args": [
"-y",
"@aimino/fast-html-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs