Install

Claude can't add the connector for you. Add it once — no signup, no OAuth screen — then come back to the chat.

Connecting is free. Generation runs unauthenticated by default.

Connect Claude

  1. Open claude.ai → Customize → Connectors
  2. Click "Add custom connector"
  3. Name BotKelp, paste the URL below, leave OAuth blank, Add
  4. Start a new chat and ask it to generate a Next.js app

MCP URL · HTTP · no login on connect

https://agent-scaffold-mcp.vercel.app/mcp

Claude Code

claude mcp add --transport http botkelp https://agent-scaffold-mcp.vercel.app/mcp

Claude Desktop / Cursor

Paste into claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "botkelp": {
      "type": "http",
      "url": "https://agent-scaffold-mcp.vercel.app/mcp"
    }
  }
}

Then generate

  1. Sign in → Account → Create key (bk_live_) — free, no card required
  2. Call generate_scaffold with ids from /catalog.json. Always include nextjs-base.
tools/call generate_scaffold
{
  "apiKey": "bk_live_YOUR_KEY",
  "components": ["nextjs-base", "navbar"],
  "stack": { "nextjs": "16.3.4", "react": "19.2.8" },
  "projectName": "my-app",
  "get_site_profile": true
}