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.
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
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments