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 또는 이름으로 그룹 설정 가져오기 |
| 상위 그룹의 하위 그룹 가져오기 |
| 카테고리별로 정리된 하위 그룹 가져오기 |
| 그룹의 메시지 스레드 가져오기 |
| 특정 주제 내의 메시지 가져오기 |
| 번호로 단일 메시지 가져오기 |
| 그룹의 메시지 가져오기 |
| 메시지 아카이브 검색 |
| 그룹의 구성원 가져오기 |
| 공개 구성원 디렉토리 가져오기 |
| 이메일 또는 이름으로 구성원 검색 |
| 그룹의 해시태그 가져오기 |
| 월별 메시지 수 기록 가져오기 |
| 그룹에서의 권한 가져오기 |
| 예정된 이벤트 가져오기 |
| 그룹의 파일 가져오기 |
| 그룹의 위키 페이지 가져오기 |
| 그룹의 데이터베이스 가져오기 |
| 구독 설정 업데이트 (이메일 수신, 메시지 선택 등) |
| 그룹 구독 취소 |
라이선스
이 프로젝트는 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