memberful for Claude Desktop
io.usefulapi/memberful
Manage Memberful members, subscriptions, plans, passes and coupons via the GraphQL API.
client:Claude Desktop
transport:streamable-http
Install memberful in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"memberful": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://memberful.usefulapi.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs