Store Builder for Cursor
io.github.vuluu2k/sbuilder-mcp
Design, fill with real store data, render and publish Store Builder pages from an AI agent.
client:Cursor
transport:stdio
runtime:npm
Install Store Builder in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sbuilder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sbuilder-mcp"
],
"env": {
"SB_API": "<SB_API>",
"SB_TOKEN": "<SB_TOKEN>",
"SB_EMAIL": "<SB_EMAIL>",
"SB_PASSWORD": "<SB_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs