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

구성의 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

그룹의 위키 페이지 가져오기

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