{
  "name": "io.github.community-mcp/ifttt-mcp",
  "description": "A lightweight MCP that wraps the IFTTT Webhooks service so an AI agent can trigger any applet that listens on a webhook event. The simplest of the automation MCPs — one tool, one credential, one URL pattern — and pairs well with the long tail of consumer-grade integrations IFTTT supports that the bigger platforms do not. Note: the community ifttt-mcp package is archived — no upstream maintenance. IFTTT itself is current; new installs that need only the webhook trigger can call the Maker Webhooks URL directly via a generic Fetch MCP.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-31",
    "com.top-mcps/score": {
      "value": 59,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.650Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:52.380Z"
    }
  },
  "repository": {
    "url": "https://github.com/community-mcp/ifttt-mcp",
    "source": "github"
  },
  "author": {
    "name": "Community"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "ifttt-mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "IFTTT_WEBHOOK_KEY",
          "description": "IFTTT_WEBHOOK_KEY — required credential for IFTTT (MCP archived).",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "network",
      "sandbox": "IFTTT webhook key in env. The key is global to the account — anything that fires it can trigger any applet on that account.",
      "gotchas": [
        "One key per account, no per-applet scoping — leakage means full applet access.",
        "Webhooks are write-only; you cannot audit from the MCP side. IFTTT activity log is the trail.",
        "Smart-home applets that unlock doors or fire alarms are exactly as dangerous as they sound. Confirmation gates in your client."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/ifttt",
    "markdown": "https://top-mcps.com/mcp/ifttt.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
