An n8n-based MCP server workflow integrating Notion, Gmail, and Google Tasks for smart task automation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-workflow": {
"command": "npx",
"args": [
"-y",
"mehjabenmahi4/MCP-server-workflow"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-workflow npx -y mehjabenmahi4/MCP-server-workflow
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-workflow": {
"command": "npx",
"args": [
"-y",
"mehjabenmahi4/MCP-server-workflow"
]
}
}
}