MCP Quickstart
Connect Claude Desktop to the MemberPass MCP server in five minutes.
Mint an MCP-capable token
In the dashboard: Settings → API Tokens → Create token. Pick the mcp:full ability plus any read-only per-entity abilities you want the assistant to exercise (start with project:view-any, project-user:view-any, project-subscription-plan:view-any).
Copy the token value — you'll need it once and can't retrieve it later.
Point Claude Desktop at the server
Open Claude Desktop's settings, navigate to Developer → MCP, and add:
{
"mcpServers": {
"memberpass": {
"url": "https://mcp.memberpass.net",
"headers": {
"Authorization": "Bearer mpt_live_YOUR_TOKEN"
}
}
}
}See connecting Claude Desktop for the full setup, including older Claude Desktop versions that need the mcp-remote stdio bridge.
Restart Claude Desktop.
Try it
Open a new chat and ask:
List my MemberPass projects.
Claude invokes the list_projects tool and renders the response. You can also ask:
How many subscribers are on Premium Monthly?
Which subscribers redeemed access codes in the last week?
What if I use Cursor, ChatGPT Desktop, or VS Code instead?
Same server URL, same auth, different config files:
Next
How is this guide?
MCP Server for AI Agents
MemberPass speaks the Model Context Protocol. Connect Claude Desktop, Cursor, ChatGPT Desktop, or VS Code to mcp.memberpass.net and drive your creator workflow in natural language.
Connecting Claude Desktop
Full setup for Claude Desktop (macOS and Windows) against the MemberPass MCP server.