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
{
"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