← Back to Plugins
MCP Server MCP

io.github.Creator-API/creator-api-mcp

github By github 👁 1 views ▲ 0 votes

Native OnlyFans and Fansly access as MCP tools. One CreatorAPI key.

Homepage Verified source GitHub

Install

uvx creator-api-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.creator-api.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "creator-api-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ca_live_ CreatorAPI key. Get one free at https://creator-api.com/signup",
          "isRequired": true,
          "isSecret": true,
          "name": "CREATOR_API_KEY"
        },
        {
          "description": "Set to 1 to register native_write (outbound messages). Off by default.",
          "name": "CREATOR_API_ENABLE_WRITES"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...