fragments

GitHub

Open-source Next.js template for building apps that are fully generated by AI. By E2B.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "fragments": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fragments"
      ]
    }
  }
}