MCP
Connect AI tools to mozie
mozie ships a hosted Model Context Protocol server, so Claude, Cursor, and any MCP client can run your creator marketing directly: discovery, campaigns, proposals, contracts, and payments. You’ll be asked to authorize with your mozie account the first time a tool connects.
Set up
Claude Code
One command in your terminal, then run /mcp inside a session to sign in with your mozie account:
claude mcp add --transport http --scope user mozie \
https://mcp.mozie.appClaude.ai and Claude Desktop
Settings → Connectors → Add custom connector, then paste the server URL:
https://mcp.mozie.appCursor
Add mozie to your mcp.json:
{
"mcpServers": {
"mozie": {
"url": "https://mcp.mozie.app"
}
}
}Codex
The IDE extension and CLI share one config. Run this and sign in with your mozie account when prompted:
codex mcp add mozie --url https://mcp.mozie.appFirst time using MCP in Codex? Enable the rmcp client first:
experimental_use_rmcp_client = trueGemini CLI
Gemini CLI passes a mozie API key (create one in Settings → Developers) as a Bearer header:
{
"mcpServers": {
"mozie": {
"httpUrl": "https://mcp.mozie.app",
"headers": {
"Authorization": "Bearer <your mozie API key>"
}
}
}
}Any other client that supports MCP over HTTP works the same way: point it at https://mcp.mozie.app.
What your AI tools can do
Discover creators
Run discovery searches in plain language and pull ranked results with the available audience and engagement signals.
Run campaigns
List and create campaigns, add creators, and track pipeline status without opening the dashboard.
Price and propose
Fetch media kits and rate benchmarks, then create and send proposals with fees and deliverables.
Contracts and payments
Send contracts, track signatures, and manage payouts through the same workflow the dashboard uses.
Try it
Once connected, ask your assistant things like:
- “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 revenue?”
API keys and workspace-level connections live in Settings once you’re signed in. New to mozie? Try Mozie free or see what teams run on it.