- N8n Workflows
N8n Workflows
Servidor MCP para automatización avanzada de workflows n8n vía Model Context Protocol. Permite ejecutar, listar y monitorizar flujos n8n desde cualquier cliente MCP compatible.
Server Config
{
"mcpServers": {
"n8n-workflows": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"N8N_BASE_URL=${N8N_BASE_URL}",
"-e",
"N8N_API_KEY=${N8N_API_KEY}",
"ghcr.io/carlosjperez/n8n-mcp-connector:latest"
],
"env": {
"N8N_BASE_URL": "https://TU_INSTANCIA_N8N",
"N8N_API_KEY": "TU_API_KEY"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
carlosjperezStar
-Language
-License
-Tags
Recommend Servers
View AllMcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Test
@modelcontextprotocol
test
6 months ago