You need a Muze account with at least one connected Meta, Google, Amazon, or Shopify account. Account connection and API-key management stay inside the Muze app.
The Muze MCP endpoint
Use this URL in every supported client. Hosted clients will open Muze OAuth automatically.
Hosted clients: OAuth
Claude.ai and supported ChatGPT workspaces can authorize Muze without copying an API key. Add the remote MCP URL, sign in to Muze when prompted, and approve the connection.
Claude.ai
- Open Settings → Connectors.
- Select Add custom connector.
- Enter
https://backend.muzecmo.com/mcp. - Complete the Muze OAuth flow, then start a new conversation.
ChatGPT
- In a workspace with custom MCP apps enabled, open Settings → Apps.
- Create or add a custom MCP app and enter
https://backend.muzecmo.com/mcp. - Complete OAuth and enable the Muze app for the conversation.
ChatGPT availability depends on your plan and workspace permissions. OpenAI maintains the current custom MCP app requirements.
Desktop and developer clients: API key
Create a key on the Muze API Access page. Keys begin with mz_live_ and are shown once. Store the key securely; rotate it if it is ever exposed.
Cursor and JSON-based MCP clients
Open Cursor Settings → MCP → Add new MCP server, or add this entry to the client's MCP configuration:
{
"mcpServers": {
"muze": {
"url": "https://backend.muzecmo.com/mcp",
"headers": {
"X-API-Key": "mz_live_YOUR_KEY_HERE"
}
}
}
}Claude Desktop and Claude Code
Add Muze as a remote HTTP MCP server using the endpoint above and send your key in the X-API-Key header. Reload the MCP server list after saving the configuration.
Slack and other MCP agents
Point the agent's remote HTTP/SSE MCP connection at the Muze endpoint and authenticate with OAuth or an X-API-Key header, depending on what the agent supports.
Your first five prompts
Start with a specific account question or a clearly bounded job. Muze resolves the available accounts and calls the relevant tools.
How write actions work
- Preview before every write. The first call describes exactly what will change and asks for confirmation.
- Explicit confirmation. Nothing changes until the tool is called again with
confirm=true. - New campaigns and ads are paused. Creation cannot begin spending; activation is a separate action.
- Shopify is read-only. Write tools are limited to the supported advertising platforms.
Troubleshooting
| Problem | What to do |
|---|---|
| 401 / invalid API key | Check the header and key value, or rotate the key on the API Access page. |
| Write tool unavailable | The free plan is read-only. Use a plan that includes confirm-gated writes. |
| Quota reached | Wait for the next monthly cycle or change your plan. |
| Tool not found | Disconnect and reconnect Muze so the client refreshes its cached tool list. |
| Connected but no accounts | Open Muze and connect at least one supported platform, then retry get_my_accounts. |
Need help?
Email hello@muzecmo.com, or browse the tool reference to confirm the operation your client should call.