MCP.so
Sign In
N

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

Category

Other

Transports

stdio

Publisher

carlosjperez

Submitted by

Nazcamedia

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

Comments

More Other MCP servers