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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"easychatdm": {
"command": "npx",
"args": [
"-y",
"cote/EasyChatDM"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add easychatdm npx -y cote/EasyChatDM
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"easychatdm": {
"command": "npx",
"args": [
"-y",
"cote/EasyChatDM"
]
}
}
}
📋 Copy