Betterfans - API
About
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 automa
Details
- Author
- Betterfans-link
- Downloads
- 292
- Categories
- Developer Tools, Automation
Jump to
- search_docs tool to search OnlyFans API docs by keyword
- get_full_docs tool for complete SDK documentation and examples
- get_quickstart tool for the setup guide
- Resources: betterfans://docs/index, betterfans://docs/full, and individual pages at betterfans://docs/page/{path}
- Underpins the BetterFans Link SDK, a fully typed TypeScript SDK for OnlyFans
- Requires an OFManager account to use the SDK
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Betterfans - APICommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server to your MCP configuration (e.g., ~/.claude/claude_desktop_config.json, .mcp.json, or .cursor/mcp.json) using this command:
{
"mcpServers": {
"betterfans": {
"command": "npx",
"args": ["-y", "@betterfans/mcp-server"]
}
}
}
Once configured, AI tools can invoke the server’s tools and resources to retrieve SDK documentation and guides.
search_docs
Search the BetterFans Link SDK documentation (OnlyFans API). Use this to find information about OnlyFans API endpoints, chats, messages, posts, subscriptions, media uploads, earnings, websocket events, chatbot tutorials, and more.
get_full_docs
Get the complete BetterFans Link SDK documentation (OnlyFans API). Returns all docs including API reference, code examples, guides, and tutorials for building OnlyFans agency tools, chatbots, CRMs, and automations. Use this when you need comprehensive reference.
get_quickstart
Get the BetterFans Link SDK quickstart guide. Shows how to install the SDK, set up credentials via OFManager, and make your first OnlyFans API calls.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"betterfans - api": {
"betterfans": {
"command": "npx",
"args": [
"-y",
"@betterfans/mcp-server"
]
}
}
}
}
McpServers
{
"betterfans": {
"command": "npx",
"args": [
"-y",
"@betterfans/mcp-server"
]
}
}
@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
| Tool | Description |
|------|-------------|
| search_docs | Search the OnlyFans API documentation by keyword |
| get_full_docs | Get the complete SDK documentation with all code examples |
| get_quickstart | Get the quickstart guide for setting up the SDK |
Resources
| Resource | Description |
|----------|-------------|
| betterfans://docs/index | Documentation index with all available pages |
| betterfans://docs/full | Complete documentation dump |
| betterfans://docs/page/{path} | Individual documentation pages |
What is BetterFans Link SDK?
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.
Links
- Documentation
- OFManager
- Telegram
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


