Skip to main content
ClaudeWave
IFTTT avatar
IFTTT

ifttt-plugins

View on GitHub

Official IFTTT plugins for AI clients — automate hundreds of services from your agent via IFTTT's hosted MCP server

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated yesterday
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/IFTTT/ifttt-plugins
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ifttt-plugins": {
      "command": "node",
      "args": ["/path/to/ifttt-plugins/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/IFTTT/ifttt-plugins and follow its README for install instructions.
Use cases

MCP Servers overview

# IFTTT Plugins

[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.

The MCP server itself is hosted by IFTTT and closed source. This repo holds only what runs inside your client: manifests, skills, rules, and assets.

## Plugins

| Plugin | Description |
|---|---|
| [`ifttt`](plugins/ifttt/) | Service discovery, Applet building and management, and direct actions and queries |

## Installing

Cursor is our launch client — open [cursor.com/marketplace/ifttt](https://cursor.com/marketplace/ifttt) and click **Install**.

Running [OpenClaw](https://openclaw.ai)? Install the skill from [ClawHub](https://clawhub.ai/ifttt/ifttt):

```sh
openclaw skills install @ifttt/ifttt
```

Not on either? Any MCP-compatible client can point at the server directly:

```json
{
  "mcpServers": {
    "ifttt": {
      "type": "http",
      "url": "https://ifttt.com/mcp"
    }
  }
}
```

The 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.

## Repository layout

```
plugins/<name>/
  .cursor-plugin/plugin.json   Cursor marketplace manifest
  .mcp.json                    server connection (referenced from the manifest)
  skills/                      workflows the agent can load (SKILL.md each)
  rules/                       always-on guardrails (.mdc)
  assets/                      logo and icon
  README.md                    user-facing docs
openclaw/<name>/
  SKILL.md                     ClawHub-format skill for OpenClaw agents
server.json                    entry for the official MCP Registry
llms.txt                       discovery index for LLM crawlers
scripts/validate.mjs           structure checks (run in CI)
```

## Contributing

Run `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).

## Links

- IFTTT MCP: [ifttt.com/mcp](https://ifttt.com/mcp)
- Model Context Protocol: [modelcontextprotocol.io](https://modelcontextprotocol.io)
ai-agentsappletsautomationcursoriftttmcpmodel-context-protocolplugins

What people ask about ifttt-plugins

What is IFTTT/ifttt-plugins?

+

IFTTT/ifttt-plugins is mcp servers for the Claude AI ecosystem. Official IFTTT plugins for AI clients — automate hundreds of services from your agent via IFTTT's hosted MCP server It has 0 GitHub stars and its last recorded update is dated 2026-08-05.

How do I install ifttt-plugins?

+

You can install ifttt-plugins by cloning the repository (https://github.com/IFTTT/ifttt-plugins) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is IFTTT/ifttt-plugins safe to use?

+

Our security agent has analyzed IFTTT/ifttt-plugins and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains IFTTT/ifttt-plugins?

+

IFTTT/ifttt-plugins is maintained by IFTTT. The last recorded GitHub activity is dated 2026-08-05, with 0 open issues.

Are there alternatives to ifttt-plugins?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy ifttt-plugins to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: IFTTT/ifttt-plugins
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ifttt-ifttt-plugins)](https://claudewave.com/repo/ifttt-ifttt-plugins)
<a href="https://claudewave.com/repo/ifttt-ifttt-plugins"><img src="https://claudewave.com/api/badge/ifttt-ifttt-plugins" alt="Featured on ClaudeWave: IFTTT/ifttt-plugins" width="320" height="64" /></a>

More MCP Servers

ifttt-plugins alternatives