engain-mcp

EngainDev/engain-mcp
★ 0 stars TypeScript API Integration Updated 10d ago
MCP server wrapping the Engain v1 API — drive Engain (Reddit campaigns, tasks, orders, opportunities, mentions) from Claude Code and other MCP clients.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "engain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "EngainDev/engain-mcp"
      ]
    }
  }
}