n8n-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| n8n_installA | Instala n8n globalmente en la máquina usando npm install -g n8n. |
| n8n_startA | Inicia n8n en background. Espera hasta que responda en http://localhost:5678. |
| n8n_stopA | Detiene el proceso de n8n iniciado por n8n_start. |
| n8n_statusA | Verifica si n8n está corriendo y accesible en http://localhost:5678. |
| n8n_list_workflowsB | Lista todos los workflows de n8n. |
| n8n_get_workflowB | Obtiene el detalle de un workflow por su ID. |
| n8n_create_workflowC | Crea un nuevo workflow en n8n. |
| n8n_activate_workflowB | Activa un workflow por su ID. |
| n8n_deactivate_workflowB | Desactiva un workflow por su ID. |
| n8n_list_executionsC | Lista las ejecuciones recientes de n8n. |
| n8n_get_executionA | Obtiene el detalle de una ejecución por su ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/hifede1/n8n-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server