Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt

Use this file to discover all available pages before exploring further.

onlyfanskit-mcp is a Model Context Protocol server that exposes the SDK as agent tools. Point Claude, ChatGPT, Manus, or any MCP client at it and your agent can read chats, send messages, pull earnings, manage content, and more — in plain English.
npm install onlyfanskit-mcp

What you get

  • 500+ tools spanning every SDK domain — messaging, fans, content, earnings, growth, and metadata.
  • Two transports — HTTP (port 3001) and STDIO — so it works with desktop agents and hosted runtimes alike.
  • Typed inputs — every tool ships a schema with descriptions the agent reads to decide when and how to call it.

Next

Install & configure

Run the server locally with STDIO or HTTP and point your agent at it.

Tools

How tools are organized and how the agent discovers them.

Hosted MCP

Use the platform’s hosted MCP endpoint instead of running it yourself.