dndbeyond-mcp

dndbeyond-mcp

Enables AI assistants to manage D&D Beyond characters, access campaigns, and look up spells, monsters, items, and more through a reverse-engineered API.

Category
Visit Server

README

dndbeyond-mcp

A TypeScript MCP (Model Context Protocol) server for D&D Beyond. Gives Claude (and other MCP-compatible AI assistants) access to your D&D Beyond characters, campaigns, spells, monsters, items, and more.

Disclaimer: This project uses unofficial, reverse-engineered D&D Beyond endpoints. It is not affiliated with, endorsed by, or supported by D&D Beyond or Wizards of the Coast. Endpoints may change without notice.

Features

  • Character Management — Read character sheets, update HP, spell slots, death saves, currency
  • Campaign Access — List campaigns, view party rosters
  • Reference Lookups — Search and retrieve spells, monsters, magic items, feats, conditions, classes
  • Workflow Prompts — Session prep, encounter building, level-up guidance, spell recommendations
  • Browser-Based Auth — Playwright-powered login flow (no manual cookie extraction)

Installation

You can run this server without installing via npx:

npx dndbeyond-mcp

Or install globally:

npm install -g dndbeyond-mcp

Setup

Before using the server, authenticate with D&D Beyond:

npx dndbeyond-mcp setup

This opens a browser window where you log into D&D Beyond normally. The server captures your session cookie automatically and saves it to ~/.dndbeyond-mcp/config.json.

By default the login flow launches your installed Chrome. To use a specific browser binary (e.g. on NixOS), set DNDBEYOND_MCP_BROWSER_PATH to its path:

DNDBEYOND_MCP_BROWSER_PATH=/run/current-system/sw/bin/chromium npx dndbeyond-mcp setup

Claude Desktop Configuration

Add this to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "dndbeyond": {
      "command": "npx",
      "args": ["-y", "dndbeyond-mcp"]
    }
  }
}

After adding the configuration, restart Claude Desktop.

Tools

Character

  • get_character — Full character sheet by ID or name
  • get_character_choices — Inspect builder choices: resolved values, options, and the ids to change them
  • list_characters — All your characters
  • update_hp — Apply damage or healing
  • update_spell_slots — Use or restore spell slots
  • update_death_saves — Record death saves
  • update_currency — Modify gold/silver/copper
  • use_ability — Decrement limited-use features

Campaign

  • list_campaigns — Your active campaigns
  • get_campaign_characters — All characters in a campaign

Reference

  • search_spells / get_spell — Spell lookup with filters
  • search_monsters / get_monster — Monster stat blocks
  • search_items / get_item — Magic item catalog
  • search_feats — Feat discovery
  • get_condition — Condition rules
  • search_classes — Class/subclass info

Utility

  • setup_auth — Re-run login flow
  • check_auth — Verify session is valid

Resources

URI Description
dndbeyond://characters Your character list
dndbeyond://character/{id} Character sheet
dndbeyond://character/{id}/spells Spell list
dndbeyond://character/{id}/inventory Inventory
dndbeyond://campaigns Your campaigns
dndbeyond://campaign/{id}/party Party roster

Prompts

Prompt Purpose
character-summary Full character rundown
session-prep DM session preparation
encounter-builder Balanced encounter design
spell-advisor Spell recommendations
level-up-guide Level-up walkthrough
rules-lookup Rules clarification

Security

This server stores your D&D Beyond session cookie locally at ~/.dndbeyond-mcp/config.json. The cookie provides full access to your D&D Beyond account. Never share this file. The server only communicates with dndbeyond.com domains.

Credits

Originally created by Alex Worland (@AlexWorland) — original repository: https://github.com/AlexWorland/dndbeyond-mcp

This fork, maintained by Dennis Konrad, adds to the character builder:

  • Entity IDs in search_races / search_classes / search_backgrounds / search_feats / search_items output (required by the write tools)
  • New tools: search_subclasses, set_max_hp, add_custom_proficiency, add_custom_item, equip_item
  • Fixed update_currency (the deprecated endpoint was replaced with the working one)
  • Corrected set_ability_score docs (base vs. bonus vs. override) and a resolve_choices caveat
  • Test fixes after the character-list / race-shape refactor

License

MIT — see LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured