# Get Started with OnlyFans MCP (/onlyfans-ai/mcp)



import {
    SiClaude,
    SiClaudeHex,
} from "@icons-pack/react-simple-icons";
import { SiOpenai } from "react-icons/si";
import { PlugIcon, ServerIcon } from "lucide-react";
import { Step, Steps } from "fumadocs-ui/components/steps";

## What is the OnlyFans MCP server?

The OnlyFans MCP server exposes every OnlyFans API endpoint as a tool that any AI agent can call. Add it once to your AI tool of choice and your agent can read chats, fans, earnings, post content, run mass messages — without you writing any code.

It's built on the open [Model Context Protocol](https://modelcontextprotocol.io) standard, so the same server works with Claude, ChatGPT, Manus, Cursor, VS Code Copilot, and any custom agent.

<Callout>
  **5 years live · 0 bans.** Thousands of agencies run OnlyFans API in production today. Your AI agents ride on the same surface they do.
</Callout>

## MCP server URL

Same URL for every supported AI tool:

```
https://app.onlyfansapi.com/mcp/onlyfans-mcp
```

## Supported AI tools

<Cards>
  <Card icon={<SiClaude color={SiClaudeHex} />} href="/onlyfans-ai/mcp/claude" title="Claude">
    Claude Desktop, Claude.ai (web), Claude Code, and the Anthropic API. **60-second install.**
  </Card>

  <Card icon={<SiOpenai />} href="/onlyfans-ai/mcp/chatgpt" title="ChatGPT">
    Custom GPTs, Agent Mode, Deep Research. Requires Pro / Business / Enterprise. **90-second install.**
  </Card>

  <Card icon={<PlugIcon className="text-fd-primary" />} href="/onlyfans-ai/mcp/manus" title="Manus">
    Autonomous, scheduled agents — daily reports, churn rescue, whale watch. **90-second install.**
  </Card>

  <Card icon={<ServerIcon className="text-fd-primary" />} href="/introduction/guides/develop-with-ai-agents" title="Cursor / VS Code / custom agents">
    Built-in MCP support. Use `claude mcp add` or paste the URL into your MCP config.
  </Card>
</Cards>

## Prerequisites

Before you connect any AI tool:

* An [OnlyFans API account](https://app.onlyfansapi.com) — free to create, no credit card required
* An API key — generate one in your dashboard
* At least one [connected OnlyFans account](/introduction/guides/connect-onlyfans-account)

## How the install works (4 steps, \~60 seconds)

<Steps>
  <Step>
    **Sign up + grab an API key** in the [OnlyFans API dashboard](https://app.onlyfansapi.com).
  </Step>

  <Step>
    **Add the MCP server URL** to your AI client's connector panel.
  </Step>

  <Step>
    **Authorize via OAuth** — you'll be redirected to OnlyFans API to approve access.
  </Step>

  <Step>
    **Prompt your agent.** It now has 200+ tools across chats, fans, and earnings.
  </Step>
</Steps>

## Control & safety

Built for agencies, not hobbyists:

* **Scoped API keys** — restrict each key to specific endpoints. Read-only analyst agents and full-write ops agents in the same workspace.
* **Per-account permissions** — limit a key to one creator or a roster.
* **Audit log** — every API call your agent makes is logged. Review weekly.
* **No media stored** — photos, videos, and voice notes never live on our servers.
* **2FA on the dashboard** — mandatory for write-scoped keys.

<Callout type="warn">
  Use scoped, per-creator keys when handing access to autonomous agents. Audit weekly.
</Callout>

## Rate limits

MCP calls are rate-limited to **120 requests per minute** per API key. If you hit this often, split work across multiple keys.

## See also

* [Claude MCP install guide](/onlyfans-ai/mcp/claude)
* [ChatGPT MCP install guide](/onlyfans-ai/mcp/chatgpt)
* [Manus MCP install guide](/onlyfans-ai/mcp/manus)
* [Develop with AI Agents](/introduction/guides/develop-with-ai-agents) — `llms.txt`, OpenAPI schema, `onlyfansapi-skill`
* [API Reference](/api-reference) — every endpoint exposed as an MCP tool
