n8n-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@n8n-mcp-serverlist my workflows"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
n8n-mcp-server
Servidor MCP en TypeScript para instalar y gestionar n8n desde cualquier cliente MCP (Claude Desktop, Claude Code, Cursor, VS Code…). Transporte stdio, sin dependencias más allá del SDK oficial de MCP.
Tools
Gestión de proceso
Tool | Qué hace |
| Instala n8n globalmente ( |
| Arranca n8n en background y espera a que responda en |
| Detiene el proceso arrancado por |
| Estado del proceso n8n |
API de n8n
Tool | Qué hace |
| Lista los workflows |
| Lee un workflow por id |
| Crea un workflow |
| Activa / desactiva un workflow |
| Lista ejecuciones |
| Lee una ejecución por id |
Instalación
Vía npx (recomendada)
Configuración del cliente MCP (p. ej. Claude Desktop, ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"n8n-manager": {
"command": "npx",
"args": ["-y", "@hifede1/n8n-mcp-server"]
}
}
}Local (desde el código)
git clone https://github.com/hifede1/n8n-mcp-server.git
cd n8n-mcp-server
npm install
npm run build{
"mcpServers": {
"n8n-manager": {
"command": "node",
"args": ["/ruta/absoluta/a/n8n-mcp-server/build/index.js"]
}
}
}Estructura
src/
├── index.ts # servidor y definición de tools
├── tools/
│ ├── install.ts # gestión de proceso (install/start/stop/status)
│ └── api.ts # tools contra la API REST de n8n
└── utils/
└── n8nClient.ts # cliente HTTP hacia localhost:5678Desarrollo
npm run dev # tsc --watch
npm start # node build/index.jsLicencia
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/hifede1/n8n-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server