Odel
prefab mcp

prefab mcp

Local
@davidjaykellyJavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmprefab-mcpv0.1.1

Run

npx -y prefab-mcp

MCP client config

{
  "mcpServers": {
    "prefab-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "prefab-mcp"
      ]
    }
  }
}