Assemble a Claude Box config interactively. Fill in the sections, preview the JSON, then copy or download.
1 line
Popular servers
Search npm for more
Or add manually
Or create your own
Loading plugins...
Or add by name
1{2 "name": "Untitled Box",3 "description": "",4 "version": 1,5 "setup_instructions": "This is a Claude Box (v1) from claudeboxes.com, a portable JSON config that sets... (48 lines)",6 "claude_md": "",7 "settings": {8 "permissions": {9 "allow": []10 }11 },12 "dependencies": [13 {14 "type": "files",15 "paths": [16 "CLAUDE.md",17 ".claude/settings.json"18 ]19 }20 ],21 "post_setup": ""22}