Skip to main content
Glama

n8n Workflow Builder MCP Server

by Jimmy974

Servidor MCP del generador de flujos de trabajo n8n

Un servidor de Protocolo de Contexto de Modelo (MCP) para crear y administrar mediante programación flujos de trabajo n8n.

Características

  • Crear flujos de trabajo con nodos y conexiones
  • Validar las especificaciones del flujo de trabajo
  • Exportar configuraciones de flujo de trabajo completas
  • Interfaz API REST a través de MCP

Instalación

Instalación mediante herrería

Para instalar n8n Workflow Builder para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install n8n-workflow-builder --client claude

Instalación manual

  1. Clonar el repositorio:
git clone https://github.com/[your-username]/n8n-workflow-builder.git cd n8n-workflow-builder
  1. Instalar dependencias:
npm install
  1. Compilar TypeScript:
npx tsc
  1. Iniciar el servidor:
npm start

Uso

El servidor proporciona una herramienta create_workflow que acepta una especificación de flujo de trabajo:

{ "nodes": [ { "type": "n8n-nodes-base.httpRequest", "name": "HTTP Request", "parameters": { "url": "https://example.com", "method": "GET" } } ], "connections": [] }

Configuración

Agregue el servidor a su configuración de MCP:

{ "n8n-workflow-builder": { "command": "node", "args": ["/path/to/n8n-workflow-builder/dist/index.js"] } }

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor de Protocolo de Contexto de Modelo (MCP) para crear y administrar mediante programación flujos de trabajo n8n.

  1. Características
    1. Instalación
      1. Instalación mediante herrería
      2. Instalación manual
    2. Uso
      1. Configuración
        1. Licencia

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server enabling secure interaction with n8n workflows, executions, and settings via the Model Context Protocol, designed for integration with Large Language Models (LLMs).
            Last updated -
            33
            798
            105
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A server implementation of the Model Context Protocol (MCP) for managing development workflow with features like project management, task tracking, and QA review support.
            Last updated -
            3
            JavaScript
            AGPL 3.0
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, supporting actions like listing, creating, updating, executing and monitoring workflows.
            Last updated -
            246
            1,066
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, providing access to n8n's complete API functionality including workflow management, user administration, and credential handling.
            Last updated -
            95
            JavaScript
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jimmy974/n8n-workflow-builder'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server