Model Context Protocol server enabling AI assistants to build accurate n8n workflows
Access 525+ n8n nodes with 99% property coverage. Reduce configuration errors and speed up workflow creation.
Works seamlessly with





Join the Beta
Get instant access to our hosted MCP service. No installation required, seamless integration with your AI assistants.
0+
n8n Nodes
0%
Property Coverage
0ms
Avg Query Time
0%
Doc Coverage
Powerful Features
Everything you need to help AI assistants build better n8n workflows
Prefer Self-Hosting?
For developers who want full control, deploy n8n-mcp on your own infrastructure
No installation needed!
npx n8n-mcpRun directly with npx - automatically downloads and executes the latest version with pre-built database
Prerequisite: Node.js must be installed on your system
Add to Claude Desktop config:
Basic configuration (documentation tools only):
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": ["n8n-mcp"],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"DISABLE_CONSOLE_OUTPUT": "true"
}
}
}
}Full configuration (with n8n management tools):
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": ["n8n-mcp"],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"DISABLE_CONSOLE_OUTPUT": "true",
"N8N_API_URL": "https://your-n8n-instance.com",
"N8N_API_KEY": "your-api-key"
}
}
}
}Looking for other installation methods?
View Docker, local installation, and more optionsSee n8n-mcp in Action
Watch this comprehensive guide on installing n8n-mcp, how it works, and what you can use it for
Community Coverage
Learn from the community with tutorials, guides, and real-world examples