n8n-coolify-mcp-tools

wrediam/n8n-coolify-mcp-tools
★ 13 stars Unknown language 🤖 AI/LLM Updated 25d ago
This workflow leverages the Community n8n MCP Client and my new Coolify MCP Server to interact with your Coolify infrastructure using MCP (Model Context Protocol).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n8n-coolify-mcp-tool": {
      "command": "npx",
      "args": [
        "-y",
        "wrediam/n8n-coolify-mcp-tools"
      ]
    }
  }
}