MCP Server

Integrate OnlyWorlds with AI assistants.

Installation

npm install -g @onlyworlds/mcp-client

Add to Claude Desktop config:

{
  "mcpServers": {
    "onlyworlds": {
      "command": "npx",
      "args": ["@onlyworlds/mcp-client"]
    }
  }
}

Features

  • Schema summary for all element types
  • Direct API access from Claude
  • Natural language queries
  • Automated element creation

Usage

Ask Claude:

  • “Show all characters in my world”
  • “Create a location called Crystal Cave”
  • “Find events involving Elena”
  • “Analyze world relationships”

Resources