foundry-mcp-patoko

patoko92/foundry-mcp-patoko
★ 0 stars TypeScript AI/LLM Updated today
Custom MCP server for Foundry VTT — built for Patoko infrastructure. Bridges Hermes AI assistant to Foundry VTT via WebSocket + MCP protocol.
View on GitHub → Try with Claude — $10 free →

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

README Excerpt

Custom MCP server for Foundry VTT — built for Patoko infrastructure. Bridges Hermes Agent (Lucy) to Foundry VTT via WebSocket + MCP protocol. ``` Hermes Agent ←stdio→ MCP Server (hermes-server) ←WebSocket→ Foundry Module (sv2 browser) ``` - **`packages/mcp-server`** — MCP Server (Node.js, TypeScript, stdio transport)