MCP server that reads a Roll20 D&D 5e character sheet and campaign data via Firebase REST. No browser, no DOM scraping.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"roll20-character-mcp": {
"command": "npx",
"args": [
"-y",
"justinritchie/roll20-character-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add roll20-character-mcp npx -y justinritchie/roll20-character-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"roll20-character-mcp": {
"command": "npx",
"args": [
"-y",
"justinritchie/roll20-character-mcp-server"
]
}
}
}