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.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.
Agent Surfaces
Machine-Readable Metadata
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. |