← Back to browse

groupsio

Indexed by io.github.ke4qqq

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGROUPSIO_API_KEY
Claude Code
claude mcp add --env GROUPSIO_API_KEY= groupsio -- npx @ke4qqq/groupsio-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"groupsio","command":"npx","args":["@ke4qqq/groupsio-mcp-server"],"env":{"GROUPSIO_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "groupsio": {
      "command": "npx",
      "args": [
        "@ke4qqq/groupsio-mcp-server"
      ],
      "env": {
        "GROUPSIO_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.