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. Its README documents 6 tools, including fetch_identity, fetch_campaigns, fetch_campaign. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-03-07 · ★ 4 · #177 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Patreon MCP Server

before you install - you'll need

Set PATREON_ACCESS_TOKEN before connecting.

Claude Code

claude mcp add kyurish-patreon-mcp-server -- uvx patreon-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kyurish-patreon-mcp-server": {
      "command": "uvx",
      "args": [
        "patreon-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package patreon-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.KyuRish is GitHub-verified and matches the repo owner

03 · What Patreon MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 6 documented tools, including fetch_identity, fetch_campaigns, fetch_campaign, fetch_members, fetch_posts.

The 6 tools it gives your agent

Extracted from the project's README - what patreon-mcp-server lets an agent do.

fetch_identity
- Your authenticated profile
fetch_campaigns
- List all your campaigns
fetch_campaign
- Campaign details with tier breakdown
fetch_members
- Paginated patron list (100/page)
fetch_posts
- Paginated post list (20/page)
fetch_post
- Single post by ID

Latest releases

v0.1.1 · 2026-02-12

Add MCP registry marker and PyPI badge to README, update .gitignore for publisher artifacts

v0.1.0 · 2026-02-11

Initial release - Patreon MCP Server · Read-only MCP server for the Patreon API with 6 tools: · fetch_identity - Your authenticated profile · fetch_campaigns - List all campaigns · fetch_campaign - Campaign details…

04 · Who maintains Patreon MCP Server

patreon-mcp-server is maintained by kyurish. We track 4 MCP servers from kyurish - 4 actively maintained, 59 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from kyurish.

  1. mcp-dashboards 45+ interactive charts, dashboards, flowcharts, and KPIs inside any AI conversation ★ 43
  2. trading212-mcp-server MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics ★ 5
  3. fiverr-mcp-server Search Fiverr gigs, sellers, pricing, and reviews. No API key required. ★ 7

05 · Facts

category
API integration - ranked #177 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.KyuRish/patreon-mcp-server (active, first published 2026-02-15)
packages
pypi:patreon-mcp-server

06 · Patreon MCP Server FAQ

Is Patreon MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-07. We re-verify nightly.

What can Patreon MCP Server do?

An agent gets 6 documented tools, including fetch_identity, fetch_campaigns, fetch_campaign, fetch_members, fetch_posts.

How do I install Patreon MCP Server?

Run `uvx patreon-mcp-server`. The README documents one environment variable (PATREON_ACCESS_TOKEN) to set first. Set PATREON_ACCESS_TOKEN before connecting. You can also paste the ready-made client config above.

Does Patreon MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Patreon MCP Server

More API integration MCP servers · Datamuse MCP · Nbb · Sports Hub · Hetzner · Transkribus

More Python MCP servers · Trading212 MCP Server · Docker MCP Server (l337-org) · Copilot Memory MCP · Cascade Img · see all