MCP Directory
Back

foundry-vtt-mcp

by adambdooley · TypeScript · ★ 64

An MCP (Model Context Protocol) server that bridges Foundry VTT data with Claude Desktop, enabling users to chat with their game world data using their own Claude subscription.

Install

npx -y github:adambdooley/foundry-vtt-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

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, & Warhammer Fantasy Roleplay 4th Edition. 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. The Foundry MCP Bridge enables natural AI conversations with your Foundry VTT game data: - **Quest Creation**: [Create quests from prompts that incorpora…
Read full README on GitHub →

Related other servers