Back to Browse

Ifttt Plugins MCP Server

by IFTTT
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.

About

Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.

Remote endpoints: streamable-http: https://ifttt.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-ifttt-mcp": {
      "url": "https://ifttt.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

IFTTT Plugins

IFTTT 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

PluginDescription
iftttService discovery, Applet building and management, and direct actions and queries

Installing

Cursor is our launch client — open cursor.com/marketplace/ifttt and click Install.

Running OpenClaw? Install the skill from ClawHub:

openclaw skills install @ifttt/ifttt

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

{
  "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 covers scope, conventions, and local testing; AI agents working in this repo should start with AGENTS.md.

Links

Reviews

No reviews yet

Be the first to review this server!