n8n-mcp-server-python

DerJams/n8n-mcp-server-python
★ 0 stars Python 🤖 AI/LLM Updated 5d ago
Python MCP server that connects Claude to n8n workflow automation via the n8n REST API
View on GitHub → Try with Claude — $10 free →

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-mcp-server-pytho": {
      "command": "uvx",
      "args": [
        "n8n-mcp-server-python"
      ]
    }
  }
}

Or install with pip: pip install n8n-mcp-server-python

Topics

ai-toolsautomationclaudedeveloper-toolsfastmcpllmmcpmodel-context-protocoln8nn8n-automationpythonpython3workflow-automation