General resources
TypeScript SDK
Client library for reading and writing world data.
npm install @onlyworlds/sdk ยท details
MCP Server
A dedicated OnlyWorlds server provides schema context. Also available in context7 library.
npm install @onlyworlds/mcp-client
OnlyWorlds toolkit
Most powerful solution: a Claude Code plugin for world building development and OnlyWorlds integration & handling. Its skills and knowledge files can be used by other types of local or web agents as well.
Repository: github.com/OnlyWorlds/toolkit
Skills:
| Skill | Capability |
|---|---|
| onlyworlds-start | Orientation and routing to the right workflow |
| project-setup | Set up for one or more worlds (credentials, caching) |
| parsing | Turn text or scattered data into OnlyWorlds elements |
| modeling | Structure proprietary or complex systems using element categories |
| schema | Look up fields, validate structure |
| api | Create, read, update, and delete world elements |
| dev | Set up SDK and scaffold tools |