foundry-mcp-server

jakemctigue/foundry-mcp-server
★ 0 stars TypeScript DevOps Updated 1d ago
Windows desktop-first MCP server for Foundry VTT
View on GitHub → 🔍 Audit Wallet Slippage →

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-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jakemctigue/foundry-mcp-server"
      ]
    }
  }
}

README Excerpt

A Windows-first Model Context Protocol server for Foundry Virtual Tabletop v14. It gives an MCP client a permissioned, multi-world view of Foundry through a local Windows host and a GM-authorized browser companion. Docker-hosted Foundry uses the same browser companion and Windows host; only the module-install path changes to the container's writable User Data bind mount.