Skip to content
Cursor

mcp flutterwave for Cursor

io.github.bajoski34/mcp-flutterwave

MCP Server to interact with Flutterwave APIs.

client:Cursor transport:stdio runtime:npm

Install mcp flutterwave 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-flutterwave": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-flutterwave"
      ],
      "env": {
        "FLW_SECRET_KEY": "<FLW_SECRET_KEY>"
      }
    }
  }
}

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

mcp flutterwave in other clients