groupsio-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@groupsio-mcp-serverSearch my Groups.io archives for 'project update'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
groupsio-mcp-server
MCP server for consuming and managing Groups.io data via the Groups.io REST API.
Prerequisites
Node.js 18+
A Groups.io API key (get one at https://groups.io/settings/apikeys)
Related MCP server: Buttondown MCP Server
Installation
git clone https://github.com/ke4qqq/groupsio-mcp-server.git
cd groupsio-mcp-server
npm installConfiguration
Add the server to your MCP client configuration. The exact file varies by client:
Client | Config file |
Claude Desktop |
|
Kiro |
|
VS Code (Copilot) |
|
Add this entry to the mcpServers object in your config:
{
"mcpServers": {
"groupsio": {
"command": "node",
"args": ["/path/to/groupsio-mcp-server/index.js"],
"env": {
"GROUPSIO_API_KEY": "your_key_here"
}
}
}
}Dependencies
Package | Version | License | Purpose |
^1.29.0 | MIT | MCP server framework and stdio transport | |
^4.3.6 | MIT | Input schema validation |
Tools
Tool | Description |
| List all groups you're subscribed to |
| Get group settings by ID or name |
| Get subgroups of a parent group |
| Get subgroups organized by category |
| Get message threads in a group |
| Get messages within a specific topic |
| Get a single message by number |
| Get messages in a group |
| Search message archives |
| Get members of a group |
| Get public member directory |
| Search members by email or name |
| Get hashtags in a group |
| Get monthly message count history |
| Get your permissions in a group |
| Get upcoming events |
| Get files in a group |
| Get wiki pages in a group |
| Get databases in a group |
| Update your subscription settings (email delivery, message selection, etc.) |
| Unsubscribe from a group |
License
This project is released under the MIT-0 license.
Attribution
Written with the aid of 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