MCP Directory
Back

foundry-vtt-mcp

by adambdooley · TypeScript · ★ 46

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 and Pathfinder Second Edition. The majority of MCP tools are system agnostic but character creation and compendium tools are only able to work with D&D5e and PF2E. The Foundry MCP Bridge enables natural AI conversations with your Foundry VTT game data: - **Quest Creation**: [Create quests from prompts that incorporate what exists in your world and journals](https://www.youtube.com/watch?v=NqyB_z2AKME) - **Character Manage…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related search servers