Production-ready n8n AI Agent workflows - MCP servers, templates, and consolidated automations for marketplace
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"workflows": {
"command": "npx",
"args": [
"-y",
"grootme/workflows"
]
}
}
}
Run in terminal:
claude mcp add workflows npx -y grootme/workflows
Add to .cursor/mcp.json:
{
"mcpServers": {
"workflows": {
"command": "npx",
"args": [
"-y",
"grootme/workflows"
]
}
}
}