N8n Workflows
@carlosjperez
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is N8n Workflows?
It is an MCP server for advanced automation of n8n workflows via Model Context Protocol, allowing users
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mlops
visengerA curated list of references for MLOps
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments