Submit

Betterfans - API

@Betterfans-link

BetterFans MCP Server — gives AI coding assistants (Claude Code, Cursor, Windsurf) direct access to the BetterFans Link SDK documentation, the only developer API for the OnlyFans platform. Search docs, get code examples, and build OnlyFans agency tools, chatbots, CRMs, and automations with full AI assistance.
Overview

@betterfans/mcp-server

MCP (Model Context Protocol) server for the BetterFans Link SDK — the only developer API for the OnlyFans platform.

Gives AI coding assistants like Claude Code, Cursor, and Windsurf direct access to OnlyFans API documentation, code examples, and guides so they can help you build OnlyFans agency tools, chatbots, CRMs, and automations.

Setup

Claude Code

Add to your Claude Code MCP config (~/.claude/claude_desktop_config.json or project .mcp.json):

{
  "mcpServers": {
    "betterfans": {
      "command": "npx",
      "args": ["-y", "@betterfans/mcp-server"]
    }
  }
}

Cursor

Add to your Cursor MCP settings (.cursor/mcp.json):

{
  "mcpServers": {
    "betterfans": {
      "command": "npx",
      "args": ["-y", "@betterfans/mcp-server"]
    }
  }
}

Windsurf

Add to your Windsurf MCP config:

{
  "mcpServers": {
    "betterfans": {
      "command": "npx",
      "args": ["-y", "@betterfans/mcp-server"]
    }
  }
}

What it provides

Tools

ToolDescription
search_docsSearch the OnlyFans API documentation by keyword
get_full_docsGet the complete SDK documentation with all code examples
get_quickstartGet the quickstart guide for setting up the SDK

Resources

ResourceDescription
betterfans://docs/indexDocumentation index with all available pages
betterfans://docs/fullComplete documentation dump
betterfans://docs/page/{path}Individual documentation pages

The BetterFans Link SDK (@betterfans/link-sdk) is a fully typed TypeScript SDK that provides complete access to the OnlyFans platform — chats, messages, posts, subscriptions, media uploads, earnings, and real-time WebSocket events.

It's the infrastructure behind OFManager, the leading OnlyFans agency management platform.

An OFManager account is required to use the SDK. Sign up at platform.ofmanager.com.

Server Config

{
  "mcpServers": {
    "betterfans": {
      "command": "npx",
      "args": [
        "-y",
        "@betterfans/mcp-server"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.