Skip to content

Claude

This guide connects Claude (Desktop or web) to Orbismo over MCP. Once connected, Claude can read your entities and lore, search your world, and — with write access — create and edit content that shows up in the portal when you refresh.

There are two ways to connect:

  • The connector (recommended) — Orbismo is listed in the Claude Connectors Directory. Connect it with a click, sign in with Orbismo, and Claude can reach every world you grant it and switch between them in conversation. No URL to paste, no custom connector to configure.
  • A single world with an API key — pin Claude to one world using the mcp-remote bridge.
  1. Open Orbismo in the Claude Connectors Directory and click Connect. (You can also find Orbismo from inside Claude: Settings → Connectors → Browse connectors.)

  2. Claude opens Orbismo in your browser to sign in and choose which worlds this connector may access. Approve, and you’re returned to Claude.

  3. Start a new chat and ask “what tools do you have?” — you should see Orbismo’s tools. If no world is active yet, ask Claude to list your worlds and switch to one.

Connecting Orbismo doesn’t mean Claude uses it in every chat. By default, Claude’s tool access is set to Auto — it decides which connectors to load based on what you’re asking about. If your prompt doesn’t obviously involve your world, Claude may answer from its own knowledge and never touch Orbismo.

The reliable fix: name Orbismo at the start of your prompt.

Connect to Orbismo and give me a full briefing on "Maria Santos" — relationships, lore, everything.

If you have several worlds, name the world too:

Connect to Orbismo, switch to my "Family History" world, and list the people I added most recently.

You can also manage this by hand in any chat: click the + button in the message box (or type /), hover Connectors, and toggle Orbismo on for that conversation. The same menu’s Tool access setting controls the loading behavior (Auto, Always available, or On demand) if you’d rather Orbismo always be ready.

Once Claude is using Orbismo, talk to your world directly — Claude picks the right tool for each request:

  • Search this world for anyone connected to the Northside Book Club.
  • Create a place called ‘Riverside Café’ and link it as a spot the group ‘Northside Book Club’ meets at.(write access required)
  • Switch to my Family History world.(connector only — moves between worlds mid-conversation)

If every session starts the same way — connect to Orbismo, load the same world — wrap that preamble in a custom Claude skill. A skill is a small instruction file Claude applies automatically whenever a request matches its description, so “add a journal entry about today’s hike” just works — no “Connect to Orbismo and…” required.

Anthropic’s help center covers how to create and upload a skill; all Orbismo needs from yours is a SKILL.md like this:

---
name: personal-journal
description: Journaling in my Orbismo "Personal Journal" world. Use for any request about my journal — adding entries, or recalling people, places, and events from my life.
---
Connect to Orbismo and switch to the "Personal Journal" world.
Confirm the world is active, then use Orbismo's tools to carry out the request.

Pair the skill with world instructions — the skill gets Claude into the right world; world instructions tell it how to behave once there (see the journaling example).