ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Huginn with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate workflows with Huginn. manage agents, trigger webhooks, and orchestrate complex scenarios directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 13 capabilities

The complete Huginn capability set.

These are the exact actions your AI can choose when you ask it to work with Huginn.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 13 available through Huginn.

  1. 01

    Get agent

    Get details for a specific Huginn agent

  2. 02

    Get event

    Get details for a specific Huginn event

  3. 03

    Import scenario

    Import a Huginn scenario from JSON

  4. 04

    List agents

    List all Huginn agents

Capability set02 / 04

05-07

3 capabilities in this set.

Part of 13 available through Huginn.

  1. 05

    List events

    List recent Huginn events

  2. 06

    List scenarios

    List all Huginn scenarios

  3. 07

    Reemit event

    Re-emit an existing Huginn event

Capability set03 / 04

08-10

3 capabilities in this set.

Part of 13 available through Huginn.

  1. 08

    Run agent

    Manually trigger a Huginn agent to run

  2. 09

    Trigger webhook

    Trigger a Huginn Webhook Agent

  3. 10

    Update agent

    Update an existing Huginn agent

Capability set04 / 04

11-13

3 capabilities in this set.

Part of 13 available through Huginn.

  1. 11

    Create agent

    Create a new Huginn agent

  2. 12

    Delete agent

    Delete a Huginn agent

  3. 13

    Export scenario

    Export a Huginn scenario as JSON

Observed, not estimated

867ms average. Fast in production.

Huginn is checked daily against the live service.

Daily averagePeak 1048ms
Aug 20Today
Fastest day
741ms
Slowest day
1048ms
14-day trend
Slowing+9%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 13 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Huginn, so you can see the experience inside your AI.

It does not authenticate your account with Huginn. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Huginn Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_8UV07EE94E40B2vM3BaaCGQMXBHXynlm3Lbj3L9h/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Huginn capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "huginn-ifttt-alternative-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_8UV07EE94E40B2vM3BaaCGQMXBHXynlm3Lbj3L9h/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Huginn owners ask.

  • 01

    How do I trigger a specific Webhook Agent with data?

    Use the trigger_webhook capability. 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.

  • 02

    Can I see what data my agents have collected recently?

    Yes! Use the list_events capability to see a list of recent activity, or get_event with a specific ID to see the full JSON payload of a single event.

  • 03

    Is it possible to run an agent immediately without waiting for its schedule?

    Absolutely. Use the run_agent capability with the Agent ID to force an immediate execution of that specific agent.