foundry-vtt-mcp

jonmichaels/foundry-vtt-mcp
★ 0 stars TypeScript AI/LLM Updated 4d ago
An MCP (Model Context Protocol) server that bridges Foundry VTT data with AI Agents, enabling users to chat with their game world data using Claude Code, Hermes Agent, and more.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "foundry-vtt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jonmichaels/foundry-vtt-mcp"
      ]
    }
  }
}

README Excerpt

Connect Foundry VTT to Claude Desktop for AI-powered campaign management through the Model Context Protocol (MCP). It currently supports Dungeons and Dragons Fifth Edition, Pathfinder Second Edition, Das Schwarze Augen Fifth Edition, & Cosmere RPG System. The majority of MCP tools are system agnostic or have features that are aware of the system it is working with, excluding some DSA 5 specific tools.