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
- Open claude.ai → Customize → Connectors
- Click "Add custom connector"
- Name BotKelp, paste the URL below, leave OAuth blank, Add
- 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
- Sign in → Account → Create key (bk_live_) — free, no card required
- 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
}