★ 4 stars
TypeScript
🤖 AI/LLM
Updated 1d ago
Instant Generative UI MCP Server for AI Agents. Turn static AI chats into live, hot-reloading browser experiences with local file access. Tailwind, Alpine.js, and WASM-powered data parsers.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"quickfill-mcp": {
"command": "npx",
"args": [
"-y",
"DikshitRJ/quickfill-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add quickfill-mcp npx -y DikshitRJ/quickfill-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"quickfill-mcp": {
"command": "npx",
"args": [
"-y",
"DikshitRJ/quickfill-mcp"
]
}
}
}
📋 Copy
Topics
ai-agents alpinejs gemini-cli-extension mcp mcp-server model-context-protocol model-context-protocol-server rapid-prototyping wasm