# e2b-dev/fragments | Model Context Protocol (MCP) Server > Open-source Next.js template for building apps that are fully generated by AI. By E2B. - **Stars**: ⭐ 6,277 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fragments": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fragments" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fragments": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fragments" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fragments` - **Docker**: `docker run -i --rm mcp/fragments`