{
  "markdown": "# IFTTT Plugins\n\n[IFTTT](https://ifttt.com) is \"if this, then that\" — automation across hundreds of services, from Gmail and Google Sheets to Philips Hue and Webhooks. This repository packages that power for AI clients: official plugins that connect an agent to IFTTT's hosted MCP server at `https://ifttt.com/mcp` and teach it to discover services, build Applets, and run actions responsibly.\n\nThe MCP server itself is hosted by IFTTT and closed source. This repo holds only what runs inside your client: manifests, skills, rules, and assets.\n\n## Plugins\n\n| Plugin | Description |\n|---|---|\n| [`ifttt`](plugins/ifttt/) | Service discovery, Applet building and management, and direct actions and queries |\n\n## Installing\n\nCursor is our launch client — open [cursor.com/marketplace/ifttt](https://cursor.com/marketplace/ifttt) and click **Install**.\n\nRunning [OpenClaw](https://openclaw.ai)? Install the skill from [ClawHub](https://clawhub.ai/ifttt/ifttt):\n\n```sh\nopenclaw skills install @ifttt/ifttt\n```\n\nNot on either? Any MCP-compatible client can point at the server directly:\n\n```json\n{\n  \"mcpServers\": {\n    \"ifttt\": {\n      \"type\": \"http\",\n      \"url\": \"https://ifttt.com/mcp\"\n    }\n  }\n}\n```\n\nThe first time the server is used, your browser opens IFTTT's sign-in page. A free account is enough — approve access and you're set.\n\n## Repository layout\n\n```\nplugins/<name>/\n  .cursor-plugin/plugin.json   Cursor marketplace manifest\n  .mcp.json                    server connection (referenced from the manifest)\n  skills/                      workflows the agent can load (SKILL.md each)\n  rules/                       always-on guardrails (.mdc)\n  assets/                      logo and icon\n  README.md                    user-facing docs\nopenclaw/<name>/\n  SKILL.md                     ClawHub-format skill for OpenClaw agents\nserver.json                    entry for the official MCP Registry\nllms.txt                       discovery index for LLM crawlers\nscripts/validate.mjs           structure checks (run in CI)\n```\n\n## Contributing\n\nRun `node scripts/validate.mjs` before opening a PR — CI runs the same checks. [CONTRIBUTING.md](./CONTRIBUTING.md) covers scope, conventions, and local testing; AI agents working in this repo should start with [AGENTS.md](./AGENTS.md).\n\n## Links\n\n- IFTTT MCP: [ifttt.com/mcp](https://ifttt.com/mcp)\n- Model Context Protocol: [modelcontextprotocol.io](https://modelcontextprotocol.io)\n",
  "bytes": 2432,
  "sha": "d8e3709d274d6250975f1f3b4f4fbe384fffa2af07f5d94bda056017c2642149",
  "repo_slug": "ifttt/ifttt-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_ifttt_mcp_d7594bb8/readme"
}