mcpbeat Sign in

Prefab MCP Server

by prefabapp Your server? Claim it
local only

Prefab runs on your own machine — the client starts it, so there is no endpoint to ping. 284 installs a week from npm. Last commit 25 Aug 2026.

List, create and deploy your Prefab project templates from any MCP agent.

Installs per day peak 225 · avg 7
a month agotoday
284
Installs / week
npm · prefab-mcp
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Prefab 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 prefab -- npx -y prefab-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "prefab": {
      "args": [
        "-y",
        "prefab-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.prefab]
command = "npx"
args = ["-y", "prefab-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "prefab": {
      "args": [
        "-y",
        "prefab-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "prefab": {
      "args": [
        "-y",
        "prefab-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Prefab

same job, measured the same way
C
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
PastML
by h4ck4life

Deploy HTML and Markdown as live URLs. Create, search, update, and manage pastes from any AI agent.

answering
Unlocalhost
by info-arnav

Deploy localhost to a private, authenticated link from your AI coding agent.

44 installs/wk local only
Arlet
by arlet

Create, deploy, and operate MCP servers directly from your GitHub repositories.

answering
Vibesharing
by erova

Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.

121 installs/wk local only
MaShop MCP
by mashop

Build, deploy and manage MaShop e-commerce projects from Claude, Cursor or any MCP client.

answering
CPZAI
by cpz-lab-mcp

Build, backtest, and deploy quantitative trading strategies from your AI agent.

answering
Railway MCP
by railway

Develop, manage, and debug Railway projects, services, and deployments from within agents.

answering

Prefab — questions

Answers built from our own checks of this server.

Why is there no uptime for Prefab?
Prefab 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 prefab-mcp was installed 284 times last week.
How do I connect Prefab?
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 prefab-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Prefab?
The npm package prefab-mcp was installed 284 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Prefab open source?
Yes — it is published under the MIT licence, written in JavaScript 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.