Skip to content
Cursor

groupsio for Cursor

io.github.ke4qqq/groupsio

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

client:Cursor transport:stdio runtime:npm

Install groupsio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "groupsio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ke4qqq/groupsio-mcp-server"
      ],
      "env": {
        "GROUPSIO_API_KEY": "<GROUPSIO_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

groupsio in other clients