13 lines
321 B
JSON
13 lines
321 B
JSON
{
|
|
"mcpServers": {
|
|
"n8n-mcp": {
|
|
"description": "Build and manage n8n workflows directly from Claude. Includes a pre-built database with all n8n node documentation for workflow automation.",
|
|
"command": "npx",
|
|
"args": ["-y", "n8n-mcp"],
|
|
"env": {
|
|
"MCP_MODE": "stdio"
|
|
}
|
|
}
|
|
}
|
|
}
|