Connection options
All three speak the same MCP protocol and expose the same tools.
- Connect via Claude (recommended)
- Connect ChatGPT & Codex
- Connect with an API key
The Melius connector signs you in with your Melius account — no API key to paste. Use this for Claude.ai, Claude Desktop, and Claude Code.
Connect Claude Desktop
1
Open Claude
Go to Customize → Connectors → Add (+) → Custom.
2
Name your connector
Set the name to Melius.
3
Paste the endpoint
4
Sign in with Melius
Claude opens a Melius login page in your browser. Sign in (or use your existing session), pick the team you want Claude to work in, and click Authorize. Melius creates a connector key for Claude on your behalf — you don’t need to create or paste anything. Claude is connected immediately.
5
Set tool permissions
Go to Tool Permissions and select Always Allow for everything.
Claude Code
1
Add the connector
2
Authenticate
Run
claude, type /mcp, select melius, and follow the browser prompt. Sign in to Melius and pick a team.Disconnect
The connector key Melius created during authorize is listed in Team settings → Integrations under your API keys, namedclaude-…-mcp. To remove Claude’s access at any time, delete that row. Claude loses access immediately.Verify the connection
In a new chat, send:“Create a new project called Hello World in Melius”If the agent calls
project_create and reports a new project ID, you’re connected.
Uploading images
Image upload is a three-step flow:- Call
file_upload— returns a signed URL. PUTthe file bytes to the URL.- Call
file_upload_complete— finalizes the asset and creates the file node.
*.melius.com:
1
Open Organization Settings
Go to Organization Settings → Capabilities → Code execution.
2
Enable code execution and egress
Turn on Cloud code execution and file creation and Allow network egress.
3
Allowlist *.melius.com
Add this exactly to the network egress allowlist:
.mp4 files.
Inline canvas previews
The MCP server can render a live image of the canvas inline in the agent chat viadisplay_canvas. Useful for confirming layout before the agent commits to a big bulk-run.
Troubleshooting
Melius tools aren’t showing up
If your agent reports “Melius tools aren’t available through the connected MCP servers” or in Claude connectors you see “This connector has no tools available,” the client connected before the tool list finished loading. Refresh the tools list to fix it.1
Open the connector menu
Click the triple-dot (⋯) menu on the Melius connector in Claude.
2
Refresh the tools list
Select Refresh to reload the tools list. The Melius tools appear once the refresh completes.

codex.
If the tools still don’t appear, confirm your endpoint and credentials are correct (see Connection options) and that your connection in Melius hasn’t been revoked.
Codex can’t sign in
codex mcp login melius completes the sign-in in a browser on the same machine. On a remote box or in a container, use an API key as a bearer token instead — see Headless setups in the ChatGPT & Codex tab above.
Full tool reference
See Tool reference for every tool and what it does.Data and permissions
The Melius MCP server reads from and writes to your Melius account. Specifically:- Reads your projects, canvases, nodes, edges, runs, comments, presets, teams, and models you have access to.
- Writes new projects, canvases, nodes, edges, runs, uploads, comments, and team skills you ask it to create.
- Deletes projects, canvases, nodes, and edges you ask it to delete.
- Generates images, video, audio, and text on the canvas via Melius’s existing third-party model providers. All generation is initiated by explicit tool calls.
- Does not read your chat history, conversation summaries, agent memory, or files outside the canvas. The server only operates on data the agent provides through tool calls and the canvases it explicitly opens.
External links and origins
Thedisplay_canvas MCP App opens links to your Melius canvas via ui/open-link. The only origin it opens is the Melius web app: