Connection options
| Connection | Endpoint | Auth | When to use |
|---|---|---|---|
| Claude connector (recommended) | https://mcp.melius.com/mcp | Sign in with Melius | One-click connect for Claude — no API key to create or paste. |
| Remote HTTP | https://api.melius.com/mcp | API key | Default. Works with Claude Desktop, Claude Code, and any HTTP MCP client. |
| Local stdio | mel-mcp binary | API key | When you need a local-only connection — air-gapped, custom base URL, or stdio-only clients. |
- Connect via Claude (recommended)
- Connect with an API key
The Claude 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
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.
Claude Code
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:
Enable code execution and egress
Turn on Cloud code execution and file creation and Allow network egress.
.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.
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.
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 Claude chat history, conversation summaries, Claude 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:
