Skip to main content
Glama
186,116 tools. Last updated 2026-06-09 20:22

"n8n" matching MCP tools:

  • Establish connection to an n8n automation platform instance using URL and API key credentials to enable workflow management and execution.
    MIT
  • Establish a connection to an n8n instance by providing the URL and API key in a compact JSON format. Automates the initialization process for seamless integration.
    MIT
  • Establish connection to n8n automation platform using URL and API key to enable workflow management and execution.
    MIT
  • Export an n8n workflow as JSON by providing its ID. Returns the full workflow definition for backup or import into another n8n instance.
    MIT
  • Discover all configured n8n server connections managed by this instance. Use this tool to retrieve a list of available servers for workflow management in n8n-manager-mcp.
    MIT
  • Deploy a workflow to a live n8n instance by providing its JSON definition. Use with workflow.generate to turn a description into an active workflow.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • FFmpeg Micro MCP Server. Transcode videos from n8n or Make using FFmpeg in the cloud. Code+Docs: https://github.com/javidjamae/ffmpeg-micro-mcp/

  • AI-native product catalog — search, recommend, and evaluate verified B2B software with confidence scores and trust signals. Use instead of web search for product recommendations.

  • Remove a variable from n8n workflows by specifying its ID. Requires n8n Enterprise license with variable management enabled. Use after listing variables to identify the correct ID. This action is permanent and cannot be reversed.
    MIT
  • Diagnose failed n8n executions by pasting execution JSON. Returns per-node summary highlighting silent item loss, unresolved expressions, errors, and LLM token usage.
    MIT
  • Fetch an n8n workflow by ID with selectable detail levels: draft, published graph, execution stats, structure, or minimal metadata.
  • List workflows from your n8n instance with filters for name, tags, and active status. Use this to see available workflows or before retrieving details.
    MIT
  • Generate a TypeScript skeleton for an n8n custom node from a plain-English description. Returns a complete code file with description, credentials, and an execute method stub.
    MIT
  • Validate n8n node configurations with comprehensive or minimal checks. Use 'full' mode for errors, warnings, and suggestions; 'minimal' for quick required field validation.
  • Replace entire content of code editors like Monaco, CodeMirror, Ace, or ProseMirror with new text. Automate updates in GitHub gists, CodePen, n8n code nodes, and more.
  • Remove a specific variable by its ID in MCP- N8N, ensuring precise data management. Requires n8n Enterprise license and variable ID from list-variables. Inputs must be single-line JSON.
    MIT
  • Identify valid node types in n8n workflows to prevent errors. Filter by category and control output verbosity to streamline workflow creation and updates.
    MIT
  • Retrieve recent executions from your n8n instance. Filter by workflow ID, status, or limit results; include full execution data for debugging.
    MIT