Memberful Connector for AI agents.
12 live capabilities
Manage membership subscriptions and gated content without leaving your chat.
Waiting for input…
Why people use Memberful
Memberful for Subscription Revenue Management
This Connector breaks that cycle. You can just ask your agent to pull up a member's details or summarize recent sales. It handles the GraphQL heavy lifting for you, letting you manage your business in the same window where you're already working.
What Vinkius changes
You get a voice-activated dashboard for your entire membership business.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a refund
A user asks for a refund, and the agent uses get_order to find the transaction and get_member to identify the account.
- Real-world use case 02
Auditing growth
A creator asks for a summary of new signups, and the agent uses list_members to count recent additions.
- Real-world use case 03
Checking promotions
A marketer wants to see which coupons are active and uses list_coupons to verify the list.
Complete set · 12capabilities
The complete Memberful capability set.
These are the exact actions your AI can choose when you ask it to work with Memberful.
01—04
4 capabilities in this set.
Part of 12 available through Memberful.
- 01 Capability
List coupons
See all active coupons in your Memberful account. It helps you manage your current promotional offers.
- 02 Capability
List members
Get a full list of every member in your system. This is perfect for auditing your entire audience.
- 03 Capability
List orders
Pull up recent sales orders from your site. It gives you a quick look at your latest transactions.
- 04 Capability
List plans
See all the subscription plans you've created. Use this to compare different membership tiers.
05—08
4 capabilities in this set.
Part of 12 available through Memberful.
- 05 Capability
List subscriptions
View all active and inactive subscriptions. It's the fastest way to see your current recurring revenue.
- 06 Capability
List discounts
See all member discounts currently available. It helps you keep track of active promotions.
- 07 Capability
List webhooks
Check your configured webhooks. This helps you ensure your external automations are still running correctly.
- 08 Capability
Create member
Add a new member to your account. You can do this directly through your AI client without opening the dashboard.
09—12
4 capabilities in this set.
Part of 12 available through Memberful.
- 09 Capability
Get account info
Retrieve general site information. It's useful for verifying your connection settings.
- 10 Capability
Get member
Pull up the specific details for a single member. This is the go-to capability for troubleshooting individual accounts.
- 11 Capability
Get order
Get the full details of a specific order. Use this to look into a single transaction's metadata.
- 12 Capability
List downloads
View the list of member downloads. You can use this to see what content is being accessed most.
Set up in minutes
One URL. Then ask Memberful to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Memberful from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OCPURS4LsyrcVpoVdRMhrrlHkmiQKUwHfaVSPcjL/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Memberful, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Memberful for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OCPURS4LsyrcVpoVdRMhrrlHkmiQKUwHfaVSPcjL/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Memberful URL.
- Step 03
Save and start
Save the connection and enable Memberful in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"memberful": {
"url": "https://edge.vinkius.com/vk_preview_OCPURS4LsyrcVpoVdRMhrrlHkmiQKUwHfaVSPcjL/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Memberful
Open Agent mode in chat and ask: "Using Memberful, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"memberful": {
"url": "https://edge.vinkius.com/vk_preview_OCPURS4LsyrcVpoVdRMhrrlHkmiQKUwHfaVSPcjL/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Memberful
Ask Copilot: "Using Memberful, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"memberful": {
"url": "https://edge.vinkius.com/vk_preview_OCPURS4LsyrcVpoVdRMhrrlHkmiQKUwHfaVSPcjL/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Memberful
Open Cascade and ask: "Using Memberful, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"memberful": {
"url": "https://edge.vinkius.com/vk_preview_OCPURS4LsyrcVpoVdRMhrrlHkmiQKUwHfaVSPcjL/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Memberful
Ask Cline: "Using Memberful, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add memberful --transport http "https://edge.vinkius.com/vk_preview_OCPURS4LsyrcVpoVdRMhrrlHkmiQKUwHfaVSPcjL/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Memberful
Ask Claude: "Using Memberful, show me...". 12 tools are ready
Where the request belongs
Work Memberful can move forward.
This is for creators and ops managers who are tired of the tab-switching tax. If you're manually checking subscriber lists or hunting for order IDs, this is for you.
Content Creator
Manages a paid newsletter or gated community and needs to check member statuses quickly.
Operations Manager
Handles the backend of a subscription site and needs to track recurring revenue and plan distribution.
Growth Marketer
Tracks coupon usage and discount performance to see what's actually converting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGhost
Publish and monetize your content with a modern headless CMS built for newsletters, memberships, and independent creators.
Whop
Manage digital products, payments, and memberships on Whop with AI agents.
Memberstack
Member authentication and user management via Memberstack. manage members, plans, and custom fields.
Podia
Manage your Podia store. list customers, track sales, and oversee products and subscriptions directly from any AI agent.
Mighty Networks
Build thriving online communities with courses, events, and member networking features all under your own brand.
Polar.sh
Monetize your open-source projects. Manage products, orders, subscriptions, and invoices directly through your AI agent.
Bring your own AI
Change the model, client or framework. Keep Memberful connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Memberful.
The practical details behind the request, access and result.
Can the Memberful MCP help me manage my paid newsletter?
Yes, it lets you see who's subscribed and what plan they're on. You can query your audience data directly through your AI client without logging into the dashboard.
How do I use Memberful MCP to check on a specific subscriber?
You can just ask your agent for a member's details by name or ID. It will pull up their profile, current plan, and any relevant metadata instantly.
Can I add new members using the Memberful MCP?
Yes, you can create new members directly through your AI client. This is great for quickly adding people to your site during a live event or conversation.
Will the Memberful MCP show me my recent sales?
It can pull up your latest orders so you can monitor your revenue. You can ask for a summary of recent transactions or specific order details at any time.
Can I see my active coupons with Memberful MCP?
Yes, it lists all your active coupons for easy tracking. This helps you keep an eye on your promotional offers and ensure they are live.
Does Memberful MCP work with my existing website?
It connects to your existing Memberful account, so it works with your current setup. It doesn't require you to rebuild your site or change your current workflow.
Can my AI automatically find the details for a specific member by their ID?
Yes! Use the get_member capability with the Member ID. Your agent will respond with complete metadata for the record, including email, plan details, and active subscription status in seconds.
How do I find my Memberful API Key?
Log in to your Memberful account, navigate to Settings > Custom Applications, and click Add New Custom Application to generate your unique secret token.
What is the site name?
The site name is the subdomain of your Memberful URL (e.g., if you log in at my-community.memberful.com, your site name is my-community).
One connection away
Give your agent a direct line to Memberful.
Connect Memberful once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available