mcpbeat Sign in

MCP Flutterwave MCP Server

by bajoski34 Your server? Claim it
local only

MCP Flutterwave runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 31 Aug 2026.

MCP Server to interact with Flutterwave APIs.

Installs per day peak 25 · avg 11 · +9% w/w
a month agotoday
42
Installs / week
npm · mcp-flutterwave
4
Stars
2 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Flutterwave every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-flutterwave -- npx -y mcp-flutterwave
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-flutterwave": {
      "args": [
        "-y",
        "mcp-flutterwave"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-flutterwave]
command = "npx"
args = ["-y", "mcp-flutterwave"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-flutterwave": {
      "args": [
        "-y",
        "mcp-flutterwave"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-flutterwave": {
      "args": [
        "-y",
        "mcp-flutterwave"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FLW_SECRET_KEY (Your SECRET API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Flutterwave

same job, measured the same way
Scaleway MCP server
by scaleway

Scaleway MCP server for interacting with the Scaleway APIs

local only
MCP Memos
by jkawamoto

An MCP server for interacting with Memos.

local only
Unraid MCP
by tootie

MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.

564 installs/wk local only
Unraid MCP
by dinglebear

MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.

local only
Bazos MCP
by andrijdavid

MCP server for interacting with Bazos.cz and Bazos.sk

33 installs/wk local only
Microsoft Fabric MCP Server
by microsoft

MCP tools for interacting with Microsoft Fabric

917 installs/wk local only
Elasticsearch MCP Server
by cr7258

MCP server for interacting with Elasticsearch

2 792 installs/wk local only
ClaudeSmalltalk
by johnmci

MCP server for AI interaction with live Smalltalk images

72 installs/wk local only

MCP Flutterwave — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Flutterwave?
MCP Flutterwave runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-flutterwave was installed 42 times last week.
How do I connect MCP Flutterwave?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-flutterwave straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Flutterwave?
The npm package mcp-flutterwave was installed 42 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Flutterwave open source?
Yes — it is published under the MIT licence, written in TypeScript, 4 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.