General Questions
What is n8n-MCP?
What is n8n-MCP?
- Search and explore 1,084 n8n nodes (537 core + 547 community)
- Validate workflow configurations before deployment
- Access 2,709 workflow templates
- Create, update, and manage n8n workflows (with API configuration)
What are the available deployment options?
What are the available deployment options?
- Hosted Service (Easiest): dashboard.n8n-mcp.com - Free tier with 100 tool calls/day
- npx (Quick Local): Run directly with
npx n8n-mcp - Docker (Isolated): Pull and run with Docker
- Railway Cloud (One-Click): Deploy to Railway platform
- Local Installation (Development): Clone and build from source
Is n8n API required?
Is n8n API required?
- ✅ Search and explore all n8n nodes
- ✅ Access node documentation and properties
- ✅ Validate workflow configurations
- ✅ Browse 2,709 workflow templates
- ✅ Get real-world configuration examples
- ✅ All the above, plus:
- ✅ Create workflows in your n8n instance
- ✅ Update and manage existing workflows
- ✅ Test workflow execution
- ✅ Monitor execution history
- ✅ Deploy templates directly to n8n
How much does it cost?
How much does it cost?
- Self-hosted: Completely free, no limitations
- Hosted service: Free tier with 100 tool calls/day (paid tiers available)
- No hidden fees: All features available in the open source version
Setup & Configuration
Why do I see 'Unexpected token...' errors in Claude Desktop?
Why do I see 'Unexpected token...' errors in Claude Desktop?
MCP_MODE: "stdio" environment variable.Solution:How do I connect to my local n8n instance?
How do I connect to my local n8n instance?
http://localhost:5678), you need to:- Use the correct URL:
http://host.docker.internal:5678(for Docker) - Allow localhost webhooks:
How do I disable telemetry?
How do I disable telemetry?
Where is the Claude Desktop config file located?
Where is the Claude Desktop config file located?
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows: %APPDATA%\Claude\claude_desktop_config.jsonLinux: ~/.config/Claude/claude_desktop_config.jsonUsage & Features
How many n8n nodes are available?
How many n8n nodes are available?
- 537 core nodes from n8n-nodes-base
- 547 community nodes from verified packages
- 265 AI-capable tool variants (LangChain)
- 99% property coverage
- 87% documentation coverage
Can I search community nodes?
Can I search community nodes?
source filter in search_nodes:What are workflow templates?
What are workflow templates?
- Full attribution to original creator
- Direct link to n8n.io
- Complete workflow JSON
- Metadata (complexity, setup time, required services)
How do I validate workflows before deployment?
How do I validate workflows before deployment?
Troubleshooting
Docker image fails to start
Docker image fails to start
-
Missing
-iflag: Required for MCP stdio communication -
Port conflicts: Check if port is already in use (HTTP mode)
-
Memory issues: Increase Docker memory limit
Memory usage seems high
Memory usage seems high
- Native C++ bindings
- Memory usage: ~100-120 MB
- Direct disk writes
- Pure JavaScript
- Memory usage: ~150-200 MB
- In-memory database
How do I update to the latest version?
How do I update to the latest version?
Can I use n8n-MCP with other AI assistants?
Can I use n8n-MCP with other AI assistants?
- Claude Desktop (official)
- Claude Code
- VS Code with MCP extensions
- Cursor IDE
- Windsurf
- Codex
- Antigravity
- Any MCP-compatible client
Safety & Best Practices
Is it safe to use AI to edit workflows?
Is it safe to use AI to edit workflows?
- Make a copy of your workflow before using AI tools
- Test in development environment first
- Export backups of important workflows
- Validate changes before deploying to production
- Review AI-generated code before execution
What are the security best practices?
What are the security best practices?
- Never commit credentials: Use environment variables
- Strong API tokens: Generate with
openssl rand -base64 32 - Rotate keys regularly: Especially after exposure
- Use HTTPS in production: Always encrypt traffic
- Enable telemetry opt-out: Respect user privacy
What data is collected by telemetry?
What data is collected by telemetry?
- Tool usage metrics
- Error categories (no error messages)
- System information (platform, version)
- Workflow patterns (sanitized)
- API keys or credentials
- URLs or endpoints
- Personal information
- Actual workflow data
Contributing & Support
How can I contribute?
How can I contribute?
- Report bugs: Open an issue on GitHub
- Submit PRs: Fix bugs or add features
- Improve docs: Fix typos, add examples
- Add tests: Improve test coverage
How do I get help?
How do I get help?
- Documentation: Browse the full docs
- GitHub Issues: Ask questions, report bugs
- GitHub Discussions: Community support
- Email: Contact maintainer directly
Can I use n8n-MCP commercially?
Can I use n8n-MCP commercially?
- ✅ Use in commercial projects
- ✅ Modify and distribute
- ✅ Private use
- ✅ No attribution required (but appreciated!)
How can I support the project?
How can I support the project?
- ⭐ Star the repository on GitHub
- 💖 Sponsor the project via GitHub Sponsors
- 📢 Share with others who might find it useful
- 🤝 Contribute code, docs, or tests
- 💬 Report issues to help improve quality