Skip to content
Claude Desktop

Foundry MCP for Claude Desktop

com.foundry-mcp/foundry

Connect any AI to your Foundry VTT world: actors, combat, dice, journals, tokens, compendiums.

client:Claude Desktop transport:streamable-http

Install Foundry MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "foundry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://foundry-mcp.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Foundry MCP in other clients