mcpbeat Sign in

Groupsio MCP Server

local only

Groupsio runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 11 Apr 2026.

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

Installs per day peak 7 · avg 4 · +56% w/w
a month agotoday
27
Installs / week
npm · @ke4qqq/groupsio-mcp-server
1
Stars
0 open issues
11 Apr 2026
Last commit
0 releases in 90 days
MIT-0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Groupsio every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add groupsio -- npx -y @ke4qqq/groupsio-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "groupsio": {
      "args": [
        "-y",
        "@ke4qqq/groupsio-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.groupsio]
command = "npx"
args = ["-y", "@ke4qqq/groupsio-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "groupsio": {
      "args": [
        "-y",
        "@ke4qqq/groupsio-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "groupsio": {
      "args": [
        "-y",
        "@ke4qqq/groupsio-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GROUPSIO_API_KEY (Groups.io API key from https://groups.io/settings/apikeys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Groupsio

same job, measured the same way
MCP Podman
by crunchtools

MCP server for Podman container management via the Podman REST API

84 installs/wk local only
Caddy MCP Server
by yawlabs

MCP server for managing Caddy web servers via the admin API

1 430 installs/wk local only
Apidog Tests MCP
by acabala

MCP server for managing Apidog test cases, scenarios, suites, and test data

41 installs/wk local only
Hevy MCP Server
by chrisdoc

MCP server for managing workouts, routines, and exercise data through the Hevy API

56 625 installs/wk local only
Healthchecks Io MCP
by ronniechong

Unofficial MCP server for managing Healthchecks.io checks via the Management API

62 installs/wk local only
Sorsa MCP
by sorsa-io

MCP server for the Sorsa.io X/Twitter data API

34 installs/wk local only
Openai Ads MCP
by hypd-ai

Read-only MCP server for the OpenAI Ads API: campaigns, ad groups, ads, and insights.

77 installs/wk local only
C
Lenderprice Mini Pricer MCP
by cre8techdev

MCP server for mortgage rate pricing and mini pricer management via the Lenderprice API

answering

Groupsio — questions

Answers built from our own checks of this server.

Why is there no uptime for Groupsio?
Groupsio runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ke4qqq/groupsio-mcp-server was installed 27 times last week.
How do I connect Groupsio?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ke4qqq/groupsio-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Groupsio?
The npm package @ke4qqq/groupsio-mcp-server was installed 27 times in the last week. Week over week that is +56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Groupsio open source?
No, and the distinction matters: its licence is declared as MIT-0. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.