CreatorAPI ships a native MCP server that gives Claude direct access to your connected OnlyFans and Fansly accounts: fans, messages, earnings, posts and more. Add it as a connector in Claude, sign in, and ask questions in plain English.
You can connect CreatorAPI to Claude as a hosted connector on claude.ai, run it locally in Claude Desktop, or add it to Claude Code as a remote server. All three expose the same tools over the same account, so pick whichever fits your workflow.
Sign in once with OAuth and Claude gets the tools. Nothing to paste, nothing to run.
Sign up at CreatorAPI and connect an OnlyFans or Fansly account. Connect is passwordless: your password and 2FA code go to the real platform login, never to us.
In claude.ai settings, add a custom connector with the URL below. Claude discovers the server automatically.
Claude opens the CreatorAPI sign in page. Approve it, then ask things like "who are my top spenders this month". OAuth 2.1 with PKCE handles the rest, no key to paste.
# connector URL for claude.ai
https://api.creator-api.com/mcp
Claude Desktop runs the MCP server locally through uvx creator-api-mcp with your API key in the environment. The package is on PyPI and listed in the official MCP registry.
# claude_desktop_config.json { "mcpServers": { "creator-api": { "command": "uvx", "args": ["creator-api-mcp"], "env": { "CREATOR_API_KEY": "ca_live_..." } } } }
Claude Code connects to the hosted MCP endpoint with your key in an Authorization header. One command and the tools are available in your terminal sessions.
claude mcp add --transport http creator-api \
https://api.creator-api.com/mcp \
--header "Authorization: Bearer ca_live_..."
The server exposes the full first party toolset over your connected accounts.
native_get covers fans, messages, media, earnings, posts, transactions and subscribers. list_accounts and list_platforms show what is connected.
get_fan_summary returns a structured brief on any fan: persona, spend signal, churn risk and a suggested next message. Learn more at AI fan summaries.
Tags, smart links, webhooks and data exports are all callable as tools, plus whoami and get_billing for account state.
The MCP server is read only by default, so Claude cannot send messages or change anything on your account unless you allow it. Outbound writes are enabled explicitly with CREATOR_API_ENABLE_WRITES=1, and every tool carries MCP safety annotations such as read only hints and destructive hints, so the client knows which calls are safe. For a walkthrough of a full session, read how to connect OnlyFans to Claude, or see the ChatGPT connector page if you work in ChatGPT instead.
Add https://api.creator-api.com/mcp as a connector in claude.ai and sign in with your CreatorAPI account. You need a CreatorAPI account with a connected OnlyFans or Fansly creator first, then Claude can read fans, messages, earnings and more.
No. The hosted connector uses OAuth 2.1 with PKCE, so you sign in with your CreatorAPI account and no key is ever pasted. Keys are only needed for Claude Desktop and Claude Code setups.
Yes. Run the server locally with uvx creator-api-mcp and set CREATOR_API_KEY in the environment. The same package also works in Cursor, Windsurf and Cline.
Not by default. The MCP server is read only unless you set CREATOR_API_ENABLE_WRITES=1, and each tool carries safety annotations so the client knows which calls are read only and which are destructive.
whoami, get_billing, list_platforms, list_accounts, native_get for fans, messages, media, earnings, posts, transactions and subscribers, plus get_fan_summary, tags, smart links, webhooks and exports.
No, neither OnlyFans nor Fansly publishes an official public API. CreatorAPI calls the same authenticated endpoints the platform apps use, through your own connected session, and exposes them to Claude as MCP tools.
The MCP server uses your normal API key and credits. The free trial gives 1,000 credits with no card, and each native read costs 1 credit.
Start free with 1,000 credits, connect an account, and add the connector in minutes.