Skip to main content
Glama
burnham

n8n MCP Server (Custom)

by burnham

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
N8N_API_KEYYesYour n8n API key
N8N_API_URLYesThe 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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