Store Builder for Cline
io.github.vuluu2k/sbuilder-mcp
Design, fill with real store data, render and publish Store Builder pages from an AI agent.
client:Cline
transport:stdio
runtime:npm
Install Store Builder in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sbuilder-mcp": {
"command": "npx",
"args": [
"-y",
"sbuilder-mcp"
],
"env": {
"SB_API": "<SB_API>",
"SB_TOKEN": "<SB_TOKEN>",
"SB_EMAIL": "<SB_EMAIL>",
"SB_PASSWORD": "<SB_PASSWORD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs