rule-io-mcp-server

swesam/rule-io-mcp-server
★ 0 stars TypeScript 💬 Communication Updated today
MCP server for Rule.io email marketing — deep workflow tools, not CRUD wrappers
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": {
    "rule-io-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "swesam/rule-io-mcp-server"
      ]
    }
  }
}