DEV Community

Neo457
Neo457

Posted on

๐Ÿš€ Looking for Feedback: Building a Self-Hosted n8n + LLM Setup with MCP (without Claude)

 Hey everyone ๐Ÿ‘‹

Iโ€™m currently exploring ways to build a fully automated, self-hosted setup where I can describe workflows in natural language and have them created in n8n via MCP (Model Context Protocol). I know there are great Claude integrations out there, but Iโ€™d like to avoid Claude and focus on other options โ€“ like GPT (ChatGPT Plus), Gemini CLI, or even OpenAI Codex.

My goals:
โ€ข Generate n8n workflows via natural language (e.g. โ€œEvery morning at 7, get all new AI tools โ†’ save to Airtable โ†’ send email โ†’ publish blog postโ€)
โ€ข Keep the stack low-cost or free (max. 20 CHF/month)
โ€ข Have it running 24/7 and accessible from anywhere (not just on local Wi-Fi)
โ€ข Use tools like ChatGPT Plus, Gemini CLI, and the SuperAssistant MCP (already tested)

Iโ€™m still unsure about the infrastructure:
โ€ข Oracle Cloud Free Tier, a cheap VPS, or maybe just a dedicated laptop?
โ€ข Has anyone tried this with Hostinger or other shared hosting services?
โ€ข What are the gotchas when running n8n and an MCP server together?

Iโ€™m also comparing GitHub projects like:
โ€ข czlonkowski/n8n-mcp
โ€ข salacoste/mcp-n8n-workflow-builder
โ€ข Others that let you generate or update workflows directly via an LLM

If youโ€™ve built something similar, or have strong opinions about the best way to structure such a setup, Iโ€™d love to hear your thoughts:
โ€ข What tools are you using?
โ€ข Where do you host it?
โ€ข Whatโ€™s your favorite combo of LLM + n8n + MCP?

Any advice or shared setups would be incredibly helpful. ๐Ÿ™

Top comments (1)

Collapse
 
neo457 profile image
Neo457

Thank you TANISHA Singh!