Access your Patreon creator data - campaigns, patrons, tiers, and posts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Patreon MCP Server.
fetch_identityYour authenticated profile
fetch_campaignsList all your campaigns
fetch_campaignCampaign details with tier breakdown
fetch_membersPaginated patron list (100/page)
fetch_postsPaginated post list (20/page)
fetch_postSingle post by ID
mcp-name: io.github.KyuRish/patreon-mcp-server
Give AI assistants access to your Patreon creator data. The first authenticated Patreon MCP server - works with Claude Desktop, Cursor, Windsurf, VS Code Copilot, and any MCP-compatible client.
Go to Patreon Developer Portal and copy your Creator Access Token. This token gives access to your own campaign data only.
Claude Desktop - add to claude_desktop_config.json:
Claude Code - add to .mcp.json in your project root:
Ask your AI assistant things like:
| Tool | Description | Returns |
|---|---|---|
fetch_identity | Your authenticated profile | User |
fetch_campaigns | List all your campaigns | Campaign[] |
fetch_campaign | Campaign details with tier breakdown | CampaignDetail |
fetch_members | Paginated patron list (100/page) | MemberPage |
fetch_posts | Paginated post list (20/page) | PostPage |
fetch_post | Single post by ID | Post |
Pagination: fetch_members and fetch_posts return a next_cursor field. Pass it as the cursor parameter to fetch the next page.
full_name, patron_status, pledge_cadence, lifetime_support_cents, currently_entitled_amount_cents, last_charge_date, last_charge_status, will_pay_amount_cents, is_follower, tiers, user_name
creation_name, patron_count, pledge_url, published_at, url, vanity, is_monthly, created_at, image_url, summary, one_liner, pay_per_name
title, amount_cents, description, published, patron_count
title, content, is_paid, is_public, published_at, url, embed_data, embed_url
This server is designed with patron privacy in mind:
Important: When using this server with an AI assistant, patron data (names, pledge amounts, charge status) is sent to your AI provider (e.g., Anthropic, OpenAI) and may be temporarily retained per their data processing policies. You are responsible for ensuring your use complies with Patreon's Creator Privacy Promise and applicable data protection laws.
This project is not affiliated with or endorsed by Patreon.
This server is currently read-only. Write operations (create posts, manage tiers, send messages to patrons) will be added if there's enough demand - open an issue or star the repo to show interest.
MIT License - see LICENSE for details.
If you find this useful, consider supporting development on Patreon.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/patreon-mcp-server)<a href="https://allmcps.com/mcp/patreon-mcp-server"><img src="https://allmcps.com/api/badge/patreon-mcp-server?style=directory" alt="Patreon MCP Server on AllMCPs" /></a>