groupsio-mcp-server

ke4qqq/groupsio-mcp-server
★ 1 stars JavaScript 📦 Other Updated today
MCP Server for Groups.io mailing lists
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "groupsio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ke4qqq/groupsio-mcp-server"
      ]
    }
  }
}