← All guides

Run mozie from Claude

The job: do everything mozie does by chat, from Claude or your editor, instead of clicking through the app.

When you'd do this: you'd rather type "find me creators and set up a campaign" than navigate screens, or you want mozie's data inside your own AI workflow.

The path

mozie runs a hosted MCP server. Connect it once to your AI client, then just ask.

Connect it (pick your client):

  • Claude Code – in your terminal:

    claude mcp add --transport http --scope user mozie https://mcp.mozie.app
    

    Then run /mcp inside a session to sign in.

  • Claude.ai / Claude Desktop – Settings → Connectors → Add custom connector → paste https://mcp.mozie.app.

  • Cursor – add to mcp.json:

    { "mcpServers": { "mozie": { "url": "https://mcp.mozie.app" } } }
    
  • Other clients (Codex, Gemini CLI, and anything MCP-over-HTTP) – the full list is at mozie.app/docs/mcp.

Sign in. The first time a tool connects, a quick browser step asks you to authorize with your mozie account. mozie issues a key scoped to your workspace, so you don't handle secrets by hand.

Then just ask. For example:

  • "Find fitness creators with 50k–200k followers and high engagement, and add the top 10 to my Summer campaign."
  • "What would a mid-tier Instagram Reel cost in my niche?"
  • "Draft and send a $500 proposal to @coach.mia for one Reel and two Stories."
  • "Which creators in my last campaign drove the most engagement?"

What you can do from chat

Discover creators, build campaigns, pull media kits and pricing, send deal terms and contracts, manage deliverables, and send messages, the same things you'd do in the app.

You're done when

mozie is connected and answering in your AI client.


Full setup for every client, and the latest capabilities: mozie.app/docs/mcp.