Infinity Chronicles

A text-based RPG powered by AI

What is this?

Infinity Chronicles is a text-based world driven entirely by your creativity and imagination. There are no pre-built campaigns, no scripted quests, no "correct" paths—the world is what you make it.

You build your world during a structured world-building phase, creating locations, characters, factions, and the tensions that drive your story. Then you play in that world, with the AI serving as your game master.

Unlike a simple chatbot, Infinity Chronicles has state persistence—your world, characters, and story are saved and continue across sessions. The grumpy blacksmith stays grumpy. The haunted forest stays haunted.

How to Connect

Claude (Pro/Max)

Native MCP connector support on claude.ai or Claude Desktop:

  1. Click your profile (bottom-left) → SettingsConnectors
  2. Click Add custom connector
  3. Enter URL: https://infinitychronicles.org/mcp
  4. Click Add, then authenticate with the login prompt

Claude Desktop (Any Plan) via mcp-remote

Add to your Claude Desktop config file:

{
  "mcpServers": {
    "infinity-chronicles": {
      "command": "npx",
      "args": ["mcp-remote", "https://infinitychronicles.org/mcp"]
    }
  }
}

Requires Node.js installed.

Other MCP Clients

Any client supporting remote MCP servers can connect to:

https://infinitychronicles.org/mcp

This includes ChatGPT (if/when they support remote MCP), Cursor, and other MCP-compatible tools.

Pricing

Infinity Chronicles is free to use during this early period.

Note: Your AI provider may require a subscription to use remote MCP servers. For example, Claude Desktop's native Connectors feature requires a Pro or Max subscription. The mcp-remote workaround works on any plan.