# n8n-io/n8n | Model Context Protocol (MCP) Server > Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - **Stars**: ⭐ 200,408 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "n8n": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-n8n" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "n8n": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-n8n" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-n8n` - **Docker**: `docker run -i --rm mcp/n8n`