Visual page builder
Connect to Plasmic for visual page building with code export.
{
"mcpServers": {
"plasmic": {
"mcpServers": {
"plasmic": {
"env": {
"PLASMIC_API_KEY": "your-api-key"
},
"args": [
"-y",
"plasmic-mcp-server"
],
"command": "npx"
}
}
}
}
}