ifttt.com
IFTTT is an automation platform that connects apps, devices, and online services through user-configurable workflows called Applets. It also offers an MCP server so AI assistants can access and trigger actions across a user’s connected IFTTT services.
IFTTT exposes a streamable-HTTP MCP server at `https://ifttt.com/mcp` authenticated with OAuth 2, plus a REST Connect API at `https://connect.ifttt.com` using an `IFTTT-Service-Key` header; its docs also define the tenant-hosted IFTTT Service Protocol API developers implement at `{{api_url_prefix}}/ifttt/v1`.
- IFTTT MCP Serverdetected
- IFTTT Connect APIdiscovered
- IFTTT Service Protocol APIdiscovered
In the IFTTT Platform dashboard, open the API tab for your service and copy the Service Key. The Connect API docs say this key is found under the Service Key heading and is sent in the IFTTT-Service-Key header for backend requests.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/7 published
- integrations.json——
- llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://ifttt.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing