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