productivity
IFTTT MCP, CLI, and Lua Integration for AI Agents
IFTTT integration docs for AI agents: MCP gateway setup, IFTTT CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
IFTTT for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
ifttt- route_slug
ifttt- package
ifttt- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. IFTTT CLIHeadless setup and direct function calls. IFTTT MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
IFTTT MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for IFTTT.
Claude Code IFTTT MCP setup for Claude Code. Cursor IFTTT MCP setup for Cursor. Codex IFTTT MCP setup for Codex. OpenAI Agents IFTTT MCP setup for OpenAI Agents SDK. Claude Agent SDK IFTTT MCP setup for Claude Agent SDK. Vercel AI SDK IFTTT MCP setup for Vercel AI SDK. LangChain IFTTT MCP setup for LangChain. LangGraph IFTTT MCP setup for LangGraph. CrewAI IFTTT MCP setup for CrewAI. MCP clients IFTTT MCP setup for Generic MCP Clients.
IFTTT CLI Matrix
Use these pages for direct IFTTT CLI workflows in scripts, CI, cron, and agent wrappers.
CI IFTTT CLI for CI. Cron Jobs IFTTT CLI for cron jobs. Shell Scripts IFTTT CLI for shell scripts. Headless Automation IFTTT CLI for headless automation. Coding Agents IFTTT CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
ifttt.ifttt_list_services | Read read | 2 | List services in IFTTT with optional filters. |
ifttt.ifttt_get_service | Read read | 1 | Get detailed information about an IFTTT service. |
ifttt.ifttt_list_applets | Read read | 2 | List applets in IFTTT with optional filters. |
ifttt.ifttt_get_applet | Read read | 1 | Get detailed information about an IFTTT applet. |
ifttt.ifttt_list_connections | Read read | 2 | List connections in IFTTT with optional filters. |
ifttt.ifttt_get_connection | Read read | 1 | Get detailed information about an IFTTT connection. |
ifttt.ifttt_get_current_user | Read read | 0 | Get the currently authenticated IFTTT user. |