mcp workflow for Cursor
io.github.infoinlet-marketplace/mcp-workflow
Workflow automation for AI agents — browse 125 connectors + 234 templates, run via FluxTurn.
client:Cursor
transport:stdio
runtime:npm
Install mcp workflow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-workflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-workflow"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs