Connect an AI Assistant (MCP)

GraphDeck has a built-in MCP (Model Context Protocol) server. Connect an assistant like Claude and it can build graphs right on your canvas while you watch, look things up in your library, check its own work, and send finished graphs into Unreal. Available in both Free and Pro. The Connector plugin adds a second MCP surface inside the Unreal editor itself; see MCP inside Unreal below.

What it can do

The server exposes 23 tools covering the full GraphDeck workflow:

Turning it on

Open Settings, MCP Server and switch it on. The server is off by default and runs locally at http://127.0.0.1:30303/mcp. Nothing leaves your machine except what the connected assistant sends to its own AI provider.

The little square light in the title bar turns green while an assistant is working. Click it anytime to reopen the setup window.

Setup: Claude Code

  1. In GraphDeck, open the MCP setup window (Settings, MCP Server) and pick Claude Code
  2. Choose the folder you launch Claude Code from (your game project, not GraphDeck)
  3. GraphDeck writes the .mcp.json entry for you. Start a new chat and ask Claude to build something in GraphDeck

Manual alternative: add GraphDeck as an HTTP MCP server, for example claude mcp add --transport http graphdeck http://127.0.0.1:30303/mcp.

Setup: Claude Desktop

  1. In the MCP setup window, pick Claude Desktop app
  2. Claude Desktop opens and asks to install the GraphDeck extension. Approve it
  3. Ask Claude to build something in GraphDeck

Setup: any other MCP client

Cursor, VS Code, Codex, and any other MCP-capable app can connect. Add GraphDeck as an HTTP MCP server at http://127.0.0.1:30303/mcp. GraphDeck must be running with the MCP server enabled.

MCP inside Unreal: the Connector plugin

The Connector plugin has its own MCP tools inside the Unreal editor, covering the Unreal half of the workflow. An assistant connected to your editor can:

Combined with GraphDeck's own MCP server, this closes the loop: an assistant can build a graph on your canvas, deploy it to Unreal, then compile the result and fix what's broken.

How to connect depends on your engine version:

The GraphDeck status panel (Window, GraphDeck) shows which mode is active and the exact URL to connect to, with an on/off toggle under AI Agent Tools (MCP). Switching it off removes the tools entirely; the toolbar buttons and the GraphDeck app connection are unaffected.

Staying in control

Privacy

Graphs and library entries the assistant reads are shared with it, which means they also reach the company running that AI service. If a graph shouldn't leave your machine, don't point an assistant at it, or restrict the capability groups it can use.

Free vs Pro

The MCP server ships in both tiers, and an assistant working in Free shares the same free limits you do: 5 kept graphs per tool and 10 AI builds a day. The one exception is library organisation (folders, renames, tags), which is Pro in the app too.