Skip to content

Foundry MCP Server v0.8.3

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 15:05
· 4 commits to master since this release
f7e597d

Foundry MCP Server v0.8.3

Complete multi-platform distribution for Foundry MCP Server - AI-powered campaign management for Foundry VTT using Claude Desktop.

Compatible with Foundry VTT v13 and v14.

Installation Options

Windows Users:

  • Download FoundryMCPServer-Setup-v0.8.3.exe
  • Run installer (no admin rights required)
  • Automatic Claude Desktop configuration

Mac Users:

  • Download FoundryMCPServer-v0.8.3.dmg
  • Open DMG and double-click the PKG installer
  • Choose components: MCP Server (required), Foundry Module, ComfyUI AI Maps
  • Automatic Claude Desktop configuration
  • To uninstall: Double-click Uninstall.tool from the DMG

Manual Installation (All Platforms):

  • Download foundry-mcp-server-v0.8.3.zip
  • Extract and run with Node.js 18+
  • Manual Claude Desktop configuration required

Foundry VTT Users:

  • Install directly from Foundry's module browser
  • Or use manifest: https://github.com/adambdooley/foundry-vtt-mcp/releases/latest/download/module.json

Quick Start

  1. Choose your installation method above
  2. Install MCP Bridge module in Foundry VTT
  3. Restart Claude Desktop
  4. Start creating AI-powered campaigns!

Features

  • 43 MCP tools for comprehensive Foundry VTT integration
  • Multi-system support: D&D 5e, Pathfinder 2e, DSA5, Cosmere RPG, WFRP4e, and Mongoose Traveller 2e
  • Generic actor CRUD (create/update/delete actors and embedded items) across all systems
  • D&D 5e NPC creation suite: stat blocks, attacks, saves, auras, and spellcasting
  • Actor creation with natural language processing
  • Quest management with HTML generation and updates
  • Campaign system with multi-part structure and progress tracking
  • Dice roll coordination between Claude and Foundry players
  • Actor ownership management with bulk operations
  • Enhanced creature index for instant monster searches
  • AI-powered battlemap generation with ComfyUI integration

For full documentation, visit: https://github.com/adambdooley/foundry-vtt-mcp

What's Changed

  • fix: Preserve effects[] and flags{} on serialized items (#59) + repo root cleanup by @adambdooley in #61
  • WFRP4e: actor-editing tools (update stats, add/remove items) by @nyoung in #58
  • chore: Prettier sweep + convert dsa5 filter test to real vitest by @adambdooley in #62
  • Auto-detect wss:// protocol for HTTPS Foundry instances by @JesseHerrick in #49
  • fix(module): honor configured serverPort for wss connections by @adambdooley in #66
  • feat(mgt2e): add Mongoose Traveller 2e system support and generic actor CRUD by @Naensma in #60
  • fix: manifest drift + prepare v0.8.3 release (#69) by @adambdooley in #70

New Contributors

Full Changelog: v0.8.2...v0.8.3