PluginBench
MCP Server
Maintained
MIT

io.github.KyuRish/patreon-mcp-server MCP Server

io.github.KyuRish/patreon-mcp-server

What is the io.github.KyuRish/patreon-mcp-server MCP server?

Access your Patreon creator data - campaigns, patrons, tiers, and posts.

How to install io.github.KyuRish/patreon-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PATREON_ACCESS_TOKEN
    required
    secret

    Your Patreon Creator Access Token

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "patreon-mcp-server": {
      "command": "uvx",
      "args": [
        "patreon-mcp-server"
      ],
      "env": {
        "PATREON_ACCESS_TOKEN": "<YOUR_PATREON_ACCESS_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "patreon-mcp-server": {
      "command": "uvx",
      "args": [
        "patreon-mcp-server"
      ],
      "env": {
        "PATREON_ACCESS_TOKEN": "<YOUR_PATREON_ACCESS_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "patreon-mcp-server": {
      "command": "uvx",
      "args": [
        "patreon-mcp-server"
      ],
      "env": {
        "PATREON_ACCESS_TOKEN": "<YOUR_PATREON_ACCESS_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "patreon-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "patreon-mcp-server"
      ],
      "env": {
        "PATREON_ACCESS_TOKEN": "<YOUR_PATREON_ACCESS_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add patreon-mcp-server --env PATREON_ACCESS_TOKEN=<YOUR_PATREON_ACCESS_TOKEN> -- uvx patreon-mcp-server

Related MCP servers

45+ interactive charts, dashboards, and KPIs inside any AI conversation

35
TypeScript
View repository →

Search Fiverr gigs, sellers, pricing, and reviews. No API key required.

3
Python
MIT
View repository →

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

2
Python
MIT
View repository →