Manus x OnlyFans
Schedule autonomous Manus agents on your OnlyFans accounts — daily reports, churn rescue, whale watch. 200+ tools, no code required.

What this does
Manus runs autonomous, scheduled agents on top of OnlyFans MCP. Wake up to a finished revenue digest, not a backlog. Drop in a recipe — daily digest, churn rescue, whale watch — or build your own Manus agent on top of 200+ tools.
Schedules and webhooks included. No code required.
Prerequisites
- An OnlyFans API account
- A Manus workspace with custom-MCP integration support
- At least one connected OnlyFans account
Step-by-step
Manus uses streamable HTTP MCP. The setup lives behind Direct Configuration.
1. Open the MCP configuration modal
In Manus, navigate:
Settings → Connectors → Add Connector → Custom MCP → Add Custom MCP → Direct Configuration
That opens the MCP configuration modal where you add a custom HTTP MCP.
2. Fill in the connector details
- Transport Type —
HTTP - Server Name —
OnlyFans MCP(or any label you prefer) - Server URL:
https://app.onlyfansapi.com/mcp/onlyfans-mcp- Note (optional) — tell Manus when to use this MCP, e.g. "Use for OnlyFans revenue, fans, and messaging tasks"
3. Save
Click Save. Your agent can now call the 200+ tools exposed by the OnlyFans MCP server.
Configure approval queues so write actions (mass-message, label updates, deletes) require a human OK. Read-only actions (earnings, fan lookups) can run unattended.
Production-ready agent recipes
Drop these into Manus as scheduled agents. Each one runs end-to-end — no human, no chatter, no morning standup ritual. Adjust cadences and creator scopes to fit your roster.
Daily revenue digest
Schedule: every day, 8am UTC
Pull last-24h earnings + chargebacks across every connected creator.
Group by creator, flag any drop >25% vs yesterday.
Format as Slack-ready markdown.
Post to #ops-revenue. No human approval required.
Whale watch
Schedule: every 4 hours
Scan new fans across the agency for spend > $200.
Tag matches with the vip label via the OnlyFans API.
Drop a message in #ops-whales with last message + last spend.
Notify the assigned chatter directly.
Churn rescue
Schedule: every Monday, 9am UTC
Find subs lapsing in the next 7 days across every creator.
Draft a personalised reactivation DM per fan. Never auto-send.
Queue drafts in the ops chatter approval queue.
Chatter reviews, edits, and ships in bulk.
Example use cases
4 prompts to ship as scheduled Manus agents — overnight ops that pay back day one:
- "Pull last 24h revenue and post to Slack at 8am every weekday." — replaces a recurring n8n / Zapier workflow
- "Find every fan whose subscription expires in 7 days and draft reactivation DMs." — catches churn before it costs you the renewal
- "Every 4h, label new whales (>$200 lifetime spend) and alert the assigned chatter." — whales never slip through your dashboard
- "Audit every creator nightly: chats with no reply >24h, list them in #ops-backlog." — dropped chats never make it to morning standup
Most tools are account-scoped and need the account id in the form acct_XXXXXXXXXXXXXXX. If you omit it, Manus will call list_accounts first to find one.
Troubleshooting
Compared to n8n / Zapier
| Manus | n8n | Zapier | |
|---|---|---|---|
| Best for | Autonomous AI agents | Complex multi-step workflows | Trigger-based automations |
| Skill needed | Plain English | Light technical | None |
| AI reasoning | Built-in | Bring your own | Limited |
Manus is the right pick when the work needs judgement — drafting DMs, ranking priorities, writing reports. Use n8n / Zapier when the work is purely rule-based — webhook in, action out.
See also
- OnlyFans MCP overview — what MCP is, how it works, and supported clients
- Claude MCP install guide
- ChatGPT MCP install guide
- n8n integration — for rule-based automation
- API Reference — every endpoint exposed as an MCP tool