Maps API JSON to Vue/React components with Zod schemas and live UI previews
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-glue-code-generator
MCP client config
{
"mcpServers": {
"mcp-glue-code-generator": {
"command": "npx",
"args": [
"-y",
"mcp-glue-code-generator"
]
}
}
}