n8n-mcp-server
0
The n8n Message Control Protocol Server is designed to facilitate secure access to n8n workflows with a strong emphasis on marketing AI integration. It offers multiple user roles, secure API access, and a dashboard for campaign and workflow monitoring.
n8n Message Control Protocol (MCP) Server
This server provides a secure gateway for client applications to access n8n workflows, with a focus on marketing AI crew integration.
Deployment to Render.com
- Create a free account on Render.com
- Connect your GitHub repository or upload the code directly
- Create a new Web Service with the following settings:
- Name: n8n-mcp-server
- Environment: Node
- Build Command: npm install
- Start Command: node server.js
- Environment Variables:
- PORT: 10000
- N8N_URL: http://n8n-app.bluegrass-aa868772.eastus.azurecontainerapps.io:5678
- JWT_SECRET: secure-mcp-jwt-secret-change-this-in-production
- LOG_LEVEL: info
Features
- User management with multiple roles (admin, marketing, client)
- Integration with marketing AI crew agents
- Secure API access to n8n workflows
- Dashboard for monitoring campaigns and workflows
Default Login Credentials
- Admin: username: admin, password: admin
- API Access: username: api_user, password: api_password