ONLYFANS MCP FOR CLAUDE

Connect OnlyFans and Fansly to Claude with one MCP server

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.

Start free with 1,000 credits · no card · one key for OnlyFans and Fansly

Three ways to use CreatorAPI with Claude

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.

The claude.ai connector: no key, no install

Sign in once with OAuth and Claude gets the tools. Nothing to paste, nothing to run.

1

Create an account and connect a creator

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.

2

Add the connector in Claude

In claude.ai settings, add a custom connector with the URL below. Claude discovers the server automatically.

3

Sign in and ask

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: run it locally with uvx

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: hosted server with a Bearer header

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_..."

What Claude can do once connected

The server exposes the full first party toolset over your connected accounts.

Read native data

native_get covers fans, messages, media, earnings, posts, transactions and subscribers. list_accounts and list_platforms show what is connected.

Analyze fans

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.

Automate the rest

Tags, smart links, webhooks and data exports are all callable as tools, plus whoami and get_billing for account state.

Read only by default, writes are opt in

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.

Claude MCP questions

How do I connect OnlyFans to Claude?

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.

Do I need to paste an API key into claude.ai?

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.

Does it work in Claude Desktop?

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.

Can Claude send messages to my fans?

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.

What tools does the MCP server expose?

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.

Is there an official OnlyFans API behind this?

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.

What does it cost to use with Claude?

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.

Give Claude real access to your creator data

Start free with 1,000 credits, connect an account, and add the connector in minutes.

Start free with 1,000 credits · no card