Skip to main content
Glama
ke4qqq

groupsio-mcp-server

by ke4qqq

groupsio-mcp-server

Groups.io REST APIを介してGroups.ioデータを消費・管理するためのMCPサーバー。

前提条件

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

~/Library/Application Support/Claude/claude_desktop_config.json (macOS)

Kiro

~/.kiro/settings/mcp.json

VS Code (Copilot)

.vscode/mcp.json in your workspace

このエントリを設定内のmcpServersオブジェクトに追加します:

{
  "mcpServers": {
    "groupsio": {
      "command": "node",
      "args": ["/path/to/groupsio-mcp-server/index.js"],
      "env": {
        "GROUPSIO_API_KEY": "your_key_here"
      }
    }
  }
}

依存関係

パッケージ

バージョン

ライセンス

目的

@modelcontextprotocol/sdk

^1.29.0

MIT

MCPサーバーフレームワークとstdioトランスポート

zod

^4.3.6

MIT

入力スキーマの検証

ツール

ツール

説明

list_subscriptions

購読しているすべてのグループを一覧表示します

get_group

IDまたは名前でグループ設定を取得します

get_subgroups

親グループのサブグループを取得します

get_subgroups_by_category

カテゴリ別に整理されたサブグループを取得します

get_topics

グループ内のメッセージスレッドを取得します

get_topic

特定のトピック内のメッセージを取得します

get_message

番号で単一のメッセージを取得します

get_messages

グループ内のメッセージを取得します

search_archives

メッセージアーカイブを検索します

get_members

グループのメンバーを取得します

get_member_directory

公開メンバーディレクトリを取得します

search_members

メールアドレスまたは名前でメンバーを検索します

get_hashtags

グループ内のハッシュタグを取得します

get_message_history

月間メッセージ数の履歴を取得します

get_permissions

グループ内の自分の権限を取得します

get_events

今後のイベントを取得します

get_files

グループ内のファイルを取得します

get_wiki_pages

グループ内のWikiページを取得します

get_databases

グループ内のデータベースを取得します

update_subscription

購読設定(メール配信、メッセージ選択など)を更新します

delete_subscription

グループから購読を解除します

ライセンス

このプロジェクトはMIT-0ライセンスの下で公開されています。

帰属

Kiroの支援を受けて作成されました。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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