You need a Marble API key. Write tools such as create, update, and delete
require a private API key.
Installation
The quickest way to add Marble to supported MCP clients is with the open-sourceadd-mcp CLI. It detects supported
agents and writes each client’s native MCP configuration.
add-mcp is maintained separately from Marble and writes configuration files
on your machine. By default it writes project-level configuration; -g
writes user-level configuration. Review the agents and scope it selects
before confirming.add-mcp runs. Because the command is interactive, the CLI prompts for the
key and the selected agents. Use -a <agent> to target specific clients, or
omit -g to install at project scope.
- Cursor
- VS Code
- Claude Code
- Codex
- Manual
Install in Cursor
Open Cursor with the Marble MCP server pre-filled.
1
Open the installer
Click Install in Cursor and allow your browser to open Cursor.
2
Add your API key
Cursor installs the server with this header:Set
MCP_MARBLE_API_KEY in your environment before starting Cursor.3
Verify the connection
Open Cursor’s MCP settings and confirm that the
marble server is
enabled. The server URL should end with /mcp.Available Tools
Tool badges describe how clients may present or approve tool calls:READ-ONLY: reads data without changing your workspaceDESTRUCTIVE: may update or delete existing content
Posts
Posts
Categories
Categories
Media
Media
Fields
Fields
Authentication
The MCP server accepts your Marble API key through the standard API header:Bearer prefix is also accepted, but is not required by Marble.
For clients that need a custom header, these compatibility aliases are also
accepted:
Troubleshooting
If your client cannot connect, verify that:- The URL ends with
/mcp - The API key header is present
- Your key has the permissions needed for the tool you are calling
- Write operations use a private Marble API key