eberron-mcp-server

sinan-ozel/eberron-mcp-server
★ 0 stars Unknown language 📦 Other Updated today
An MCP server for giving publicly available information about Eberron, the D&D Campaign Setting
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": {
    "eberron-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sinan-ozel/eberron-mcp-server"
      ]
    }
  }
}