streamable-httpMITupdated 8d ago
Connect Claude, Cursor, VS Code and other MCP clients to your Subscriby workspace.
What can you do with memberpass?
Subscriby MCP Server
Connect Claude, Cursor, VS Code and other MCP clients to your Subscriby workspace.
What is Subscriby?
Subscriby is a Telegram-community monetisation platform — projects, tiered subscriptions, access codes, and analytics for creators. Learn more at subscriby.net.
What this MCP server exposes
48 tools across projects, plans, subscriptions, members, access codes, payments, webhooks, and analytics. See the full catalog at docs.subscriby.net/mcp/tools-reference.
Connect from Claude Desktop
Follow docs.subscriby.net/mcp/connecting-claude-desktop.
Connect from Cursor
Follow docs.subscriby.net/mcp/connecting-cursor.
Connect from VS Code
Follow docs.subscriby.net/mcp/connecting-vscode-claude.
Connect from ChatGPT Desktop
Follow docs.subscriby.net/mcp/connecting-chatgpt-desktop.
Authentication
Paste a personal access token (sbt_*) in the Authorization: Bearer header. Mint one at https://app.subscriby.net/settings/tokens with the mcp:full ability. See docs.subscriby.net/mcp/authentication.
Required token abilities
See docs.subscriby.net/api/abilities.
Rate limits
See docs.subscriby.net/api/rate-limiting.
Error envelope
See docs.subscriby.net/api/errors.
Async jobs
See docs.subscriby.net/mcp/async-jobs.
Security
See SECURITY.md.
Status & versioning
See CHANGELOG.md. The version field in server.json is the canonical version published to the MCP Registry.
License
MIT.
Support
Install
Add memberpass to your client. Pick the one you use.
claude mcp add --transport http memberpass https://mcp.memberpass.netcodex mcp add memberpass --url https://mcp.memberpass.net{
"mcpServers": {
"memberpass": {
"url": "https://mcp.memberpass.net"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"memberpass": {
"type": "http",
"url": "https://mcp.memberpass.net"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"memberpass": {
"url": "https://mcp.memberpass.net"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"memberpass": {
"serverUrl": "https://mcp.memberpass.net"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 27, 2026 |