Getting Started
Installation
Installing MCPN
Installation
Install MCPN using npm:
npx mcpn@latest init
Cursor Configuration
If using JSON in Cursor to setup your MCP server:
{
"mcpServers": {
"workflows-mcp": {
"command": "npx",
"args": ["mcpn@latest server"]
}
}
}
Additional Options
To add specific workflows or presets:
# Adding specific workflows
npx mcpn@latest add thinking
npx mcpn@latest add debugger-mode
# Adding multiple workflows
npx mcpn@latest add task-manager vibe-coder react