Skip to main content
ClaudeWave
IFTTT avatar
IFTTT

ifttt-plugins

Ver en GitHub

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

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre ifttt-plugins

¿Qué es IFTTT/ifttt-plugins?

+

IFTTT/ifttt-plugins es mcp servers para el ecosistema de Claude AI. Official IFTTT plugins for AI clients — automate hundreds of services from your agent via IFTTT's hosted MCP server Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-05.

¿Cómo se instala ifttt-plugins?

+

Puedes instalar ifttt-plugins clonando el repositorio (https://github.com/IFTTT/ifttt-plugins) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar IFTTT/ifttt-plugins?

+

Nuestro agente de seguridad ha analizado IFTTT/ifttt-plugins y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene IFTTT/ifttt-plugins?

+

IFTTT/ifttt-plugins es mantenido por IFTTT. La última actividad registrada en GitHub es del 2026-08-05, con 0 issues abiertos.

¿Hay alternativas a ifttt-plugins?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ifttt-plugins en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a ifttt-plugins