Use Marble’s Model Context Protocol server to let AI agents read and manage content in your workspace through the Marble API. The MCP server is available at:Documentation Index
Fetch the complete documentation index at: https://docs.marblecms.com/llms.txt
Use this file to discover all available pages before exploring further.
You need a Marble API key. Write tools such as create, update, and delete
require a private API key.
Available Tools
The Marble MCP server exposes tools for:- Posts: list, search, get, create, update, and delete
- Categories: list, get, create, update, and delete
- Tags: list, get, create, update, and delete
- Authors: list, get, create, update, and delete
Cursor
Add a new MCP server in Cursor with these values:Claude Code
Add the remote MCP server with:Manual Configuration
Some MCP clients support remote Streamable HTTP servers directly:mcp-remote:
Authentication
The MCP server accepts your Marble API key through one of these headers: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