n8n MCP Server (Custom)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| N8N_API_KEY | Yes | Your n8n API key | |
| N8N_API_URL | Yes | The URL of your n8n instance |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| n8n_get_instance_infoB | Obtener información de salud de la instancia n8n. |
| n8n_get_instance_versionA | Obtener versión y ajustes de la instancia n8n. |
| n8n_list_workflowsA | Listar todos los workflows de n8n. |
| n8n_get_workflowB | Obtener un workflow concreto por id. |
| n8n_create_workflowC | Crear un workflow nuevo en n8n. |
| n8n_update_workflowC | Actualizar un workflow existente. |
| n8n_delete_workflowC | Eliminar un workflow. |
| n8n_execute_workflowA | Ejecutar un workflow con datos de entrada opcionales (body directo). |
| n8n_get_executionsB | Listar ejecuciones recientes. Se puede limitar el número de resultados. |
| n8n_get_executionA | Obtener detalles de una ejecución concreta. |
| n8n_stop_executionB | Intentar parar una ejecución en curso (si tu instancia lo permite). |
| n8n_list_tagsA | Listar todos los tags configurados en n8n. |
| n8n_list_credentialsA | Listar todas las credenciales (solo metadatos, no secretos). |
| n8n_get_credentialA | Obtener una credencial concreta por id. |
| n8n_create_credentialC | Crear una credencial nueva. |
| n8n_update_credentialC | Actualizar una credencial existente. |
| n8n_delete_credentialB | Eliminar una credencial. |
| n8n_list_node_typesA | Listar todos los tipos de nodo disponibles en la instancia. |
| n8n_get_node_typeB | Obtener información sobre un tipo de nodo concreto (nombre interno). |
| n8n_list_variablesA | Listar todas las variables de entorno configuradas en n8n. |
| n8n_get_variableC | Obtener una variable específica por su ID. |
| n8n_create_variableB | Crear una nueva variable de entorno. |
| n8n_update_variableB | Actualizar una variable existente. |
| n8n_delete_variableC | Eliminar una variable. |
| n8n_activate_workflowB | Activar un workflow específico. |
| n8n_deactivate_workflowB | Desactivar un workflow específico. |
| n8n_self_testB | Probar la conectividad y permisos del servidor MCP con n8n. |
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/burnham/n8n-mcp-server-custom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server