Catalog
Creator API MCP
OfficialLiveby Creator-API
Native OnlyFans and Fansly access as MCP tools. One CreatorAPI key.
Native OnlyFans and Fansly access as MCP tools. One CreatorAPI key.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
CREATOR_API_KEYrequiredsecretYour ca_live_ CreatorAPI key. Get one free at https://creator-api.com/signup
CREATOR_API_ENABLE_WRITESSet to 1 to register native_write (outbound messages). Off by default.
claude_desktop_config.json
{
"mcpServers": {
"creator-api-mcp": {
"command": "uvx",
"args": [
"creator-api-mcp"
],
"env": {
"CREATOR_API_KEY": "<YOUR_CREATOR_API_KEY>",
"CREATOR_API_ENABLE_WRITES": "<YOUR_CREATOR_API_ENABLE_WRITES>"
}
}
}
}