n8n-mcp-server
MCP CompatibleScore: 70This MCP server provides tools and resources for AI assistants to manage n8n workflows and executions, including listing, creating, updating, and deleting workflows, as well as monitoring their execution status.
70
Reputation
—
Success Rate
—
Avg Latency
0
Usage Count
Connection Spec
Install Command
npm install -g @leonardsellem/n8n-mcp-serverQuick Setup
{
"mcpServers": {
"n8n-mcp-server": {
"command": "npx",
"args": [
"-y",
"n8n-mcp-server"
]
}
}
}Paste into your Claude Desktop config file
Health
MaintenanceInactive
Last commit7mo ago
Open issues30
LicenseMIT
VerificationFailed
API Response Preview
What agents get when they query this resource:
{
"id": "acc2b70a-03e4-49a1-b514-5464a56a861e",
"name": "n8n-mcp-server",
"category": "tool",
"subcategory": "other",
"mcp_compatible": true,
"reputation_score": 0.70219,
"success_rate": null,
"endpoint_url": null,
"spec": {
"transport": null,
"install_command": "npm install -g @leonardsellem/n8n-mcp-server",
"tools": null,
"features": null
}
}