MCP Flutterwave
Rank #19,346io.github.bajoski34/mcp-flutterwave
MCP server providing flutterwave capabilities
MCP Flutterwave is a Model Context Protocol (MCP) server published by bajoski34. It ranks #19,346 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. MCP Flutterwave is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Mar 9, 2025 and most recently updated on Oct 6, 2025.
Ranks ahead of 112,700 of 132,046 servers on MCP Toplist.
Use MCP Flutterwave
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-flutterwave -e "FLW_SECRET_KEY=<your FLW_SECRET_KEY>" -- npx -y mcp-flutterwaveReplace each placeholder with your own value before saving.
[mcp_servers.mcp-flutterwave]
command = "npx"
args = ["-y", "mcp-flutterwave"]
[mcp_servers.mcp-flutterwave.env]
FLW_SECRET_KEY = "<your FLW_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-flutterwave": {
"command": "npx",
"args": [
"-y",
"mcp-flutterwave"
],
"env": {
"FLW_SECRET_KEY": "<your FLW_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-flutterwave": {
"command": "npx",
"args": [
"-y",
"mcp-flutterwave"
],
"env": {
"FLW_SECRET_KEY": "<your FLW_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-flutterwave": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-flutterwave"
],
"env": {
"FLW_SECRET_KEY": "<your FLW_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-flutterwave": {
"command": "npx",
"args": [
"-y",
"mcp-flutterwave"
],
"env": {
"FLW_SECRET_KEY": "<your FLW_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-flutterwave": {
"command": "npx",
"args": [
"-y",
"mcp-flutterwave"
],
"env": {
"FLW_SECRET_KEY": "<your FLW_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bajoski34%2Fmcp-flutterwave)<a href="https://mcptoplist.com/server/io.github.bajoski34%2Fmcp-flutterwave"><img src="https://mcptoplist.com/badge/io.github.bajoski34%2Fmcp-flutterwave.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
bajoski34
Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Oct 6, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Flutterwave?
- MCP Flutterwave is maintained by bajoski34, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is MCP Flutterwave listed on the Official MCP Registry?
- Yes — MCP Flutterwave is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MCP Flutterwave have?
- MCP Toplist tracks 2 versions of MCP Flutterwave, most recently published on Oct 6, 2025.
- Where can I find the source code for MCP Flutterwave?
- The source code for MCP Flutterwave is hosted at github.com/bajoski34/mcp-flutterwave.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.