Manages configuration through environment variables, allowing customization of webhook URLs, API keys, index names, and table categories for the n8n integration.
Enables storing structured data through n8n webhooks for saving conversations, project documentation, and development logs, with support for custom indexing and categorization to facilitate later retrieval and searching.
MCP N8N Webhook Server
Servidor MCP (Model Context Protocol) para enviar datos a un webhook de n8n para almacenamiento e indexación.
Descripción
Este servidor MCP permite a los asistentes de IA guardar información estructurada en n8n a través de webhooks. Es ideal para:
- Guardar conversaciones y logs de desarrollo
- Almacenar documentación de proyectos
- Indexar información para búsquedas posteriores
- Crear embeddings de contenido para RAG
Instalación
Configuración
Crea un archivo .env
basado en config.example.env
:
Configura las variables de entorno:
N8N_WEBHOOK_URL
: URL base del webhook de n8nN8N_WEBHOOK_ID
: ID único del webhookN8N_API_KEY
: Clave de API para autenticaciónN8N_INDEX_NAME
: Nombre del índice por defecto (opcional, default: PROJECT_CONVERSATIONS)N8N_TABLE_CATEGORY
: Categoría de tabla por defecto (opcional, default: DEVELOPMENT_LOGS)
Uso
Modo desarrollo
Modo inspector (para testing)
Modo producción
Herramientas Disponibles
n8n_save_data
Guarda información estructurada en el webhook de n8n.
Parámetros:
projectName
(requerido): Nombre del proyectoprojectCategory
(requerido): Categoría del proyectocontentType
(requerido): Tipo de contenidotitle
(requerido): Título del contenidodescription
(requerido): Descripción del contenidotext
(requerido): Texto completotags
(requerido): Array de etiquetasprojectId
(opcional): ID del proyectoprojectStatus
(opcional): Estado del proyectolanguage
(opcional): Idioma del contenidoindexName
(opcional): Nombre del índicetableCategory
(opcional): Categoría de tablasource
(opcional): Fuente de los datos
n8n_health_check
Verifica la conectividad con el webhook de n8n.
Estructura del Payload
El servidor envía datos en el siguiente formato:
Licencia
MIT
This server cannot be installed
A Model Context Protocol server that allows AI assistants to save structured information to n8n via webhooks for storage, indexing, and retrieval.
Related MCP Servers
- -securityFlicense-qualityA versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.Last updated -2Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with the HackMD API for managing notes, including creating, reading, updating, and deleting notes.Last updated -1212221TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, supporting actions like listing, creating, updating, executing and monitoring workflows.Last updated -411620TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, providing access to n8n's complete API functionality including workflow management, user administration, and credential handling.Last updated -95JavaScriptMIT License