MCP-TRPG-Game

tse-wei-chen/MCP-TRPG-Game
★ 2 stars C# AI/LLM Updated 1mo ago
An advanced TRPG (Tabletop Role-Playing Game) server designed for automated, AI-driven adventures. This project leverages Large Language Models (LLMs) as the Keeper (KP), allowing the AI to lead, narrate, and manage the game, making every session dynamic and immersive.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-trpg-game": {
      "command": "npx",
      "args": [
        "-y",
        "tse-wei-chen/MCP-TRPG-Game"
      ]
    }
  }
}

Topics

mcp-servermvp