Manage and update n8n workflows programmatically using TypeScript and an MCP server workflow integrated with Claude Code.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n-workflow-sdk-mcp": {
"command": "npx",
"args": [
"-y",
"syedabdullahuddin/n8n-workflow-sdk-mcp"
]
}
}
}
Run in terminal:
claude mcp add n8n-workflow-sdk-mcp npx -y syedabdullahuddin/n8n-workflow-sdk-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"n8n-workflow-sdk-mcp": {
"command": "npx",
"args": [
"-y",
"syedabdullahuddin/n8n-workflow-sdk-mcp"
]
}
}
}