Back to Browse

Groupsio MCP Server

by Ke4qqq
Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for consuming and managing Groups.io data via the Groups.io REST API

About

MCP server for consuming and managing Groups.io data via the Groups.io REST API

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Groups.io API key from https://groups.io/settings/apikeysRequired

Environment variable: GROUPSIO_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ke4qqq-groupsio": {
      "env": {
        "GROUPSIO_API_KEY": "your-groupsio-api-key-here"
      },
      "args": [
        "-y",
        "@ke4qqq/groupsio-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

groupsio-mcp-server

MCP server for consuming and managing Groups.io data via the Groups.io REST API.

Prerequisites

Installation

git clone https://github.com/ke4qqq/groupsio-mcp-server.git
cd groupsio-mcp-server
npm install

Configuration

Add the server to your MCP client configuration. The exact file varies by client:

ClientConfig file
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

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

PackageVersionLicensePurpose
@modelcontextprotocol/sdk^1.29.0MITMCP server framework and stdio transport
zod^4.3.6MITInput schema validation

Tools

ToolDescription
list_subscriptionsList all groups you're subscribed to
get_groupGet group settings by ID or name
get_subgroupsGet subgroups of a parent group
get_subgroups_by_categoryGet subgroups organized by category
get_topicsGet message threads in a group
get_topicGet messages within a specific topic
get_messageGet a single message by number
get_messagesGet messages in a group
search_archivesSearch message archives
get_membersGet members of a group
get_member_directoryGet public member directory
search_membersSearch members by email or name
get_hashtagsGet hashtags in a group
get_message_historyGet monthly message count history
get_permissionsGet your permissions in a group
get_eventsGet upcoming events
get_filesGet files in a group
get_wiki_pagesGet wiki pages in a group
get_databasesGet databases in a group
update_subscriptionUpdate your subscription settings (email delivery, message selection, etc.)
delete_subscriptionUnsubscribe from a group

License

This project is released under the MIT-0 license.

Attribution

Written with the aid of Kiro.

Reviews

No reviews yet

Be the first to review this server!

Groupsio MCP Server - MCP server for consuming and managing Groups.io data via | MCP Marketplace