fansly-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fansly-mcpanalyze my post performance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fansly-mcp — Servidor MCP para analítica de cuentas de Fansly
Servidor Model Context Protocol (STDIO) que consulta la API real de Fansly con tu propia sesión y persiste métricas en SQLite local. 100% local.
Requiere: Node.js ≥ 20 · una sesión de Fansly (token o npm run login)
Setup
npm install && npm run build
cp .env.example .envEnv: FANSLY_TOKEN=<token> · USER_DATA_DIR=./browser_data · DB_PATH=./fansly_analytics.db · HEADLESS=true
Token (fansly.com → DevTools → Console): JSON.parse(localStorage.getItem("session_active_session")).token
Related MCP server: WhatsMyBudgetMCP
Uso
npm run dev # tsx watch src/index.ts
npm run build # tsc → build/index.js (verificar antes de deploy)
npm start # node build/index.js
npm run login # auth manual en Chromium persistente (guarda en browser_data/)
npm run typecheck # tsc --noEmitSmoke test STDIO:
printf '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"t","version":"1"}}}' | node build/index.js→ responde "serverInfo":{"name":"fansly-mcp"}
Activación por cliente (OpenCode, Claude Desktop, Cursor, Zed, Codex, Copilot/Roo): docs/09 — configs: opencode.json · .mcp.json · claude_desktop_config.json
Herramientas (13)
Herramienta | Fuente de datos |
| token local / |
|
|
| SQLite |
|
|
|
|
|
|
|
|
| SQLite |
| SQLite |
| SQLite |
|
|
|
|
|
|
Todas añaden ngsw-bypass=true + headers fansly-client-ts, Origin, Referer; validan success y desempaquetan response.
Recursos: fansly://resumen, fansly://metricas/{fecha} · Prompts: auditar-perfil, analizar-contenido-rezagado
Estructura
src/
config.ts → env (dotenv + zod)
index.ts → entrada MCP (STDIO + shutdown)
engine/fansly.ts → motor API resiliente (retries/backoff, refresh en 401)
db/repository.ts → SQLite (WAL, migraciones, upserts)
tools/ resources/ prompts/ → 13 herramientas + recursos + prompts
scripts/login.ts → auth manual
docs/ → documentación técnica (índice: docs/README.md)Seguridad
100% local; solo HTTPS a la propia API de Fansly.
.env,browser_data/,*.db*en.gitignore— nunca subas token/sesión.Selfbot sobre API interna: revisa los ToS de Fansly. Uso personal/educativo.
Licencia: MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for DataLikers — 29 hand-built tools for Instagram & TikTok data: user search by demographics (gender/age/race/country), profiles, engagement, hashtags, locations, business accounts, top-users. Local stdio via npx -y datalikers-mcp, requires only DATALIKERS_KEY.Last updated227MIT
- FlicenseAqualityBmaintenanceMCP server for the WhatsMyBudget Analytics API, providing tools to query budget periods, categories, accounts, and summaries.Last updated26
- Flicense-qualityBmaintenanceMinimal MCP server for OpenPanel analytics, enabling queries for landing pages, page events, and tracked event names.Last updated
- Alicense-qualityCmaintenanceLocal Node/TypeScript MCP server for read-only Chatwoot analytics, providing tools to list accounts, scopes, cache sync status, and conversation volume metrics.Last updated32MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
MCP server for Withings health data — sleep, activity, heart, and body metrics.
FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aronjesusfj-lang/mcp-fansly'
If you have feedback or need assistance with the MCP directory API, please join our Discord server