ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Patreon with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Patreon tier and member detail APIs as an MCP: campaign tiers with amounts/benefits, member shipping addresses and tier history, user profiles, funding goals.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete Patreon capability set.

These are the exact actions your AI can choose when you ask it to work with Patreon.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through Patreon.

  1. 01

    Get member address

    Get a member's shipping address (for physical rewards fulfilment)

  2. 02

    Get user by vanity

    G. patreon.com/anker) to a user id. search-free: GET /user/{id} after discovery via campaign includes. Note: Patreon v2 has no vanity search; use get_campaign_tiers include=creator to find creator user ids. Find a Patreon user id by their vanity URL slug (www.patreon.com/{vanity})

  3. 03

    Get campaign tiers

    Campaign_id from the companion patreon-creator-subscriptions-mcp list_campaigns. Get all membership tiers of a campaign with amounts, titles and benefits

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through Patreon.

  1. 04

    Get user profile

    Different from get_identity (the token owner): this works for ANY user id. Get any Patreon user profile by id (public fields: name, vanity, image, about)

  2. 05

    Get campaign goals

    Goals are a strong engagement signal for content planning. Get the funding goals of a campaign (target amounts and progress)

  3. 06

    Get member tiers history

    Get the entitled tiers and payment history context of a member

One connector, every AI

Patreon works with the most popular AI clients.

These are the most popular clients, each with a step-by-step guide: one link, set up once, with governance and visibility built in. And because everything runs on the MCP standard, the same connection also works in any other compatible client — nothing to rebuild.

Building your own app? The connector is yours to use.

You don't need a client to put Patreon to work: the same hosted connection plugs into your own applications and agent code, with the same governance on every request. Build with it, chat with it — one connection for both.

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Patreon, so you can see the experience inside your AI.

It does not authenticate your account with Patreon. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Patreon Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Wyy5GLUDmcMNlc0DZUCHT5zRp2H5MuP124Wmh1jr/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Patreon capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "patreon-tiers-members-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Wyy5GLUDmcMNlc0DZUCHT5zRp2H5MuP124Wmh1jr/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Guided setup for Claude? link.label

See all the AI clients this connector works with ↑

FAQ

Questions Patreon owners ask.

  • 01

    Do I need the same access token as the Patreon creator subscriptions MCP?

    Yes. same OAuth2 Bearer token, same scopes. The difference is the endpoint layer: that MCP covers campaigns/members/posts/identity/webhooks CRUD; this one covers the deeper tier, address, user profile and goals layer with no capability overlap.

  • 02

    Why are fields URL-encoded with brackets?

    Patreon API v2 uses the JSON:API specification: fields[member]=full_name is the standard sparse fieldset syntax, and brackets must be URL-encoded (fields%5Bmember%5D=full_name). The MCP handles the encoding automatically.