groupsio-mcp-server
groupsio-mcp-server
用于通过 Groups.io REST API 消费和管理 Groups.io 数据的 MCP 服务器。
先决条件
Node.js 18+
一个 Groups.io API 密钥(在 https://groups.io/settings/apikeys 获取)
Related MCP server: Buttondown MCP Server
安装
git clone https://github.com/ke4qqq/groupsio-mcp-server.git
cd groupsio-mcp-server
npm install配置
将服务器添加到你的 MCP 客户端配置中。具体文件因客户端而异:
客户端 | 配置文件 |
Claude Desktop |
|
Kiro |
|
VS Code (Copilot) |
|
将以下条目添加到配置中的 mcpServers 对象:
{
"mcpServers": {
"groupsio": {
"command": "node",
"args": ["/path/to/groupsio-mcp-server/index.js"],
"env": {
"GROUPSIO_API_KEY": "your_key_here"
}
}
}
}依赖项
包 | 版本 | 许可证 | 用途 |
^1.29.0 | MIT | MCP 服务器框架和 stdio 传输 | |
^4.3.6 | MIT | 输入模式验证 |
工具
工具 | 描述 |
| 列出你订阅的所有群组 |
| 按 ID 或名称获取群组设置 |
| 获取父群组的子群组 |
| 按类别获取子群组 |
| 获取群组中的消息主题 |
| 获取特定主题中的消息 |
| 按编号获取单条消息 |
| 获取群组中的消息 |
| 搜索消息存档 |
| 获取群组成员 |
| 获取公开成员目录 |
| 按电子邮件或姓名搜索成员 |
| 获取群组中的话题标签 |
| 获取每月消息计数历史 |
| 获取你在群组中的权限 |
| 获取即将到来的事件 |
| 获取群组中的文件 |
| 获取群组中的 Wiki 页面 |
| 获取群组中的数据库 |
| 更新你的订阅设置(电子邮件投递、消息选择等) |
| 取消订阅群组 |
许可证
本项目根据 MIT-0 许可证发布。
致谢
在 Kiro 的帮助下编写。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceComplete Todoist REST API v2 integration with support for tasks, projects, sections, comments, and labels management3526764MIT
- AlicenseAqualityCmaintenanceEnables interaction with the Buttondown newsletter API for managing emails, subscribers, and tags.15371MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools to interact with the Attio API, enabling management of resources in an Attio workspace.5
- AlicenseNot gradedqualityDmaintenanceEnables task, project, section, label, and comment management via Todoist's API. Supports batch operations and pagination.MIT
Related MCP Connectors
ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)
Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…
Access SEC filings, insider transactions, and financial data via the ShareSEER API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ke4qqq/groupsio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server