streamable-httpMITupdated 1mo ago
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.
Was kannst du mit IFTTT MCP server machen?
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
| Plugin | Description |
|---|---|
ifttt |
Service 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
- IFTTT MCP: ifttt.com/mcp
- Model Context Protocol: modelcontextprotocol.io
Installation
IFTTT MCP server zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http ifttt-mcp-server https://ifttt.com/mcpcodex mcp add ifttt-mcp-server --url https://ifttt.com/mcp{
"mcpServers": {
"ifttt-mcp-server": {
"url": "https://ifttt.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ifttt-mcp-server": {
"type": "http",
"url": "https://ifttt.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ifttt-mcp-server": {
"url": "https://ifttt.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ifttt-mcp-server": {
"serverUrl": "https://ifttt.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege19/25
- Vertrauen16/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 24 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 5. Aug. 2026 |