mcpbeat Sign in

Store Builder MCP Server

local only

Store Builder runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 10 Sep 2026.

Design, fill with real store data, render and publish Store Builder pages from an AI agent.

Installs per day peak 387 · avg 23 · -32% w/w
a month agotoday
42
Installs / week
npm · sbuilder-mcp
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Store Builder every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sbuilder-mcp -- npx -y sbuilder-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sbuilder-mcp": {
      "args": [
        "-y",
        "sbuilder-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sbuilder-mcp]
command = "npx"
args = ["-y", "sbuilder-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sbuilder-mcp": {
      "args": [
        "-y",
        "sbuilder-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sbuilder-mcp": {
      "args": [
        "-y",
        "sbuilder-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Store Builder

same job, measured the same way
Quickypage
by quicky

Publish, update, read, rename, and share single-URL web pages from any AI agent.

answering
Revdoku
by revdoku

Create account-free website previews and publish durable sites from AI agents with Revdoku.

40 tools answering
drop
by neuronik

Publish web pages straight from your AI assistant and share them with a link.

answering
FormBuilder
by formbuilder

Create and publish online forms, read responses and add webhooks on formbuilder.com from AI agents.

answering
SitesPlaced
by sitesplaced

Build, edit, and publish real websites and online stores by chatting with your AI assistant.

answering
SenderKit
by senderkit

Build and send email, SMS, and push straight from your AI agent.

answering
Plyo MCP
by plyo-dev

Save, publish, restore and back up AI-built projects on Plyo, for people who build with AI.

344 installs/wk local only
Palate
by palatemcp

The taste layer for AI website builders: real design taste from 270+ deeply-analysed sites.

answering

Store Builder — questions

Answers built from our own checks of this server.

Why is there no uptime for Store Builder?
Store Builder runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sbuilder-mcp was installed 42 times last week.
How do I connect Store Builder?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sbuilder-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Store Builder?
The npm package sbuilder-mcp was installed 42 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Store Builder open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.