Odel
mcp flutterwave

mcp flutterwave

Local
@bajoski344TypeScriptMITUpdated 1w ago

MCP Server to interact with Flutterwave APIs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-flutterwavev1.2.0

Run

npx -y mcp-flutterwave

MCP client config

{
  "mcpServers": {
    "mcp-flutterwave": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-flutterwave"
      ]
    }
  }
}