n8n Message Control Protocol (MCP) Server

by MatthewSnow2

297 downloads
Not rated
GitHub

Description

# 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 1. Create a free account on [Render.com](https://render.com) 2. Connect…

About

# 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 1. Create a free account on [Render.com](https://render.com) 2. Connect your GitHub repository or upload the code…

Details

Author
MatthewSnow2
Downloads
297
Categories
Communication

- User management with admin, marketing, and client roles
- Integration with marketing AI crew agents
- Secure API access to n8n workflows
- Dashboard for monitoring campaigns and workflows

Deploy the server on Render.com using the provided settings: set the build command to npm install and start command to node server.js. Configure the required environment variables including N8N_URL and JWT_SECRET. After deployment, use the default login credentials to access the server.

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

1. Create a free account on Render.com
2. Connect your GitHub repository or upload the code directly
3. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.