ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use n8n with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage workflow automation via n8n. audit active workflows, track execution logs, and monitor credentials.

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 · 7 capabilities

The complete n8n capability set.

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

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 7 available through n8n.

  1. 01

    List workflow tags

    List workflow organizational tags

  2. 02

    Get workflow details

    Get details for a specific workflow

  3. 03

    List instance users

    List collaborators on the n8n instance

  4. 04

    List workflows

    List n8n automation workflows

Capability set02 / 02

05-07

3 capabilities in this set.

Part of 7 available through n8n.

  1. 05

    Get execution details

    Get trace logs for a specific execution

  2. 06

    List stored credentials

    List metadata for saved credentials

  3. 07

    List workflow executions

    List recent workflow executions

Observed, not estimated

797ms average. Fast in production.

n8n is checked daily against the live service.

Daily averagePeak 969ms
Aug 20Today
Fastest day
645ms
Slowest day
969ms
14-day trend
Slowing+30%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 7 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 n8n, so you can see the experience inside your AI.

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

n8n Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_mmENGkHLWAgMfdYFfx8KGuMQBUozJALLFSQbAfsp/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 — n8n capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "n8n-ai-workflow-automation-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_mmENGkHLWAgMfdYFfx8KGuMQBUozJALLFSQbAfsp/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 n8n owners ask.

  • 01

    Does this work with self-hosted n8n instances?

    Yes. You just need to provide your full n8n Base URL (e.g., https://n8n.your-company.com). Your agent will connect securely to your private instance using your n8n API Key.

  • 02

    Can I see exactly why an n8n execution failed through my agent?

    Yes. Use the get_execution capability with a specific Execution ID. Your agent will retrieve the node-level trace logs, allowing you to see which specific node encountered an error and the resulting output payload for that step.

  • 03

    Can my agent list the automation credentials saved in my n8n account?

    Absolutely. Use the list_credentials capability to identify all stored auth hooks. Your agent will report the credential names and system types (e.g., Slack, GitHub), helping you audit your integrations without exposing literal secure tokens.