Loading MCP server directory, please wait...
Design, fill with real store data, render and publish Store Builder pages from an AI agent.
npx @getmcp/cli add io.github.vuluu2k/sbuilder-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SB_TOKENAn API key from the store's Agent app (Apps → AI agent → Create key). Opens both the partner API and the private site API for that one store.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vuluu2k/sbuilder-mcp": {
"command": "npx",
"args": [
"-y",
"sbuilder-mcp"
],
"env": {
"SB_API": "",
"SB_TOKEN": "",
"SB_EMAIL": "",
"SB_PASSWORD": ""
}
}
}
}