EasyChatDM

cote/EasyChatDM
★ 14 stars Java 💬 Communication Updated 1mo ago
Example MCP Server tools for playing D&D with generative AIs. This project is for educational purposes so little attention is given to good code design.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "easychatdm": {
      "command": "npx",
      "args": [
        "-y",
        "cote/EasyChatDM"
      ]
    }
  }
}