Huginn (IFTTT Alternative)

Huginn (IFTTT Alternative) MCP Connector for Claude

A+

Automate workflows with Huginn — manage agents, trigger webhooks, and orchestrate complex scenarios directly from your AI agent.

13 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your self-hosted Huginn instance to any AI agent and take full control of your automation pipelines through natural conversation. Huginn is the powerful, open-source alternative to IFTTT and Zapier that lives on your own server.

What you can do

  • Agent Management — List, create, update, and delete agents. Manually trigger runs for any agent in your system.
  • Webhook Integration — Send arbitrary JSON data to your Webhook Agents to kick off complex backend workflows.
  • Event Monitoring — Inspect recent events, view detailed payloads, and re-emit events to downstream agents for debugging or re-processing.
  • Scenario Orchestration — List all scenarios and export or import entire agent groups as JSON for easy backup and migration.
  • System Visibility — Get complete metadata for any agent or event to understand exactly how your data is flowing.

How it works

  1. Subscribe to this server
  2. Provide your Huginn Base URL and API Token
  3. Start orchestrating your private automation cloud from Claude, Cursor, or any MCP client

Who is this for?

  • DevOps Engineers — Monitor system events and trigger recovery workflows without leaving the terminal or chat.
  • Data Enthusiasts — Manage web-scraping agents and inspect captured data payloads via natural language.
  • Automation Power Users — Orchestrate complex multi-step scenarios and migrate configurations between instances seamlessly.
workflow-automationwebhooksself-hostedevent-driventask-schedulingintegration

13 tools expose this connector's capabilities to your AI agent.

list_events

List recent Huginn events

create_agent

Create a new Huginn agent

delete_agent

Delete a Huginn agent

export_scenario

Export a Huginn scenario as JSON

get_agent

Get details for a specific Huginn agent

get_event

Get details for a specific Huginn event

import_scenario

Import a Huginn scenario from JSON

list_agents

List all Huginn agents

list_scenarios

List all Huginn scenarios

reemit_event

Re-emit an existing Huginn event

run_agent

Manually trigger a Huginn agent to run

trigger_webhook

Trigger a Huginn Webhook Agent

update_agent

Update an existing Huginn agent

See how to talk to your AI agent using Huginn (IFTTT Alternative).

List all my Huginn agents and their current status.

I've retrieved your agents. You have 3 active agents: 'Weather Notifier' (ID: 12), 'eBay Scraper' (ID: 15), and 'Slack Webhook' (ID: 20). All are currently in good standing.

Trigger the webhook agent 42 with secret 'top-secret' and payload {"action": "deploy"}.

Successfully triggered Webhook Agent 42. The payload has been sent and the workflow is now processing.

Export the scenario with ID 5 so I can back it up.

I have exported the scenario 'Home Automation' (ID: 5). Here is the JSON configuration containing all associated agents and settings.

Use the `trigger_webhook` tool. You will need the `user_id`, the `agent_id`, and the `secret` defined in that agent's configuration, along with the JSON payload you want to send.

Related Connectors