Build interactive charts, diagrams, mockups, and widgets with an MCP server for on-demand UI generation guidelines
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"generative-ui-mcp": {
"command": "npx",
"args": [
"-y",
"fergusalveolar205/Generative-UI-MCP"
]
}
}
}
Run in terminal:
claude mcp add generative-ui-mcp npx -y fergusalveolar205/Generative-UI-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"generative-ui-mcp": {
"command": "npx",
"args": [
"-y",
"fergusalveolar205/Generative-UI-MCP"
]
}
}
}