n8n Workflow Builder MCP Server
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
Related MCP server: MCP Server for n8n Integration
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 claudeInstalación manual
Clonar el repositorio:
git clone https://github.com/[your-username]/n8n-workflow-builder.git
cd n8n-workflow-builderInstalar dependencias:
npm installCompilar TypeScript:
npx tscIniciar el servidor:
npm startUso
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)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server enabling secure interaction with n8n workflows, executions, and settings via the Model Context Protocol, designed for integration with Large Language Models (LLMs).3338119MIT
- FlicenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that enables AI agents to interact with n8n workflows and automation tools through a standardized interface, allowing execution of workflows and access to n8n functions.
- AlicenseNot gradedqualityDmaintenanceA complete Model Context Protocol server that enables Claude to create, manage, and execute n8n workflows through conversational AI.1MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that generates production-ready n8n workflows from natural language prompts. Transform simple descriptions into fully validated, deployable automation workflows using AI-powered code generation.1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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