KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

IFTTT MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for IFTTT.

IFTTT CLI Matrix

Use these pages for direct IFTTT CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.