MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MemberPass MCP Server Package for Model Context Protocol repository and registry.

创建于 4/27/2026
更新于 about 6 hours ago
Repository documentation and setup instructions

MemberPass MCP Server

Connect Claude, Cursor, VS Code and other MCP clients to your MemberPass workspace.

What is MemberPass?

MemberPass is a Telegram-community monetisation platform — projects, tiered subscriptions, access codes, and analytics for creators. Learn more at memberpass.net.

What this MCP server exposes

42 tools across projects, plans, subscriptions, members, access codes, payments, webhooks, and analytics. See the full catalog at docs.memberpass.net/mcp/tools-reference.

Connect from Claude Desktop

Follow docs.memberpass.net/mcp/connecting-claude-desktop.

Connect from Cursor

Follow docs.memberpass.net/mcp/connecting-cursor.

Connect from VS Code

Follow docs.memberpass.net/mcp/connecting-vscode-claude.

Connect from ChatGPT Desktop

Follow docs.memberpass.net/mcp/connecting-chatgpt-desktop.

Authentication

Paste a personal access token (mpt_*) in the Authorization: Bearer header. Mint one at https://app.memberpass.net/settings/tokens with the mcp:full ability. See docs.memberpass.net/mcp/authentication.

Required token abilities

See docs.memberpass.net/api/abilities.

Rate limits

See docs.memberpass.net/api/rate-limiting.

Error envelope

See docs.memberpass.net/api/errors.

Async jobs

See docs.memberpass.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

support@memberpass.net

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/envigoinnovations/memberpass-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "envigoinnovations-memberpass-mcp": { "command": "git", "args": [ "clone", "https://github.com/envigoinnovations/memberpass-mcp" ] } } }