Skip to content
Cursor

mcp flow cl for Cursor

io.github.codespar/mcp-flow-cl

MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API

client:Cursor transport:stdio runtime:npm

Install mcp flow cl in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-flow-cl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-flow-cl"
      ],
      "env": {
        "FLOW_API_KEY": "<FLOW_API_KEY>",
        "FLOW_SECRET_KEY": "<FLOW_SECRET_KEY>",
        "FLOW_ENV": "<FLOW_ENV>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp flow cl in other clients