Skip to content
Cursor

interswitch mcp server for Cursor

io.github.dairus01/interswitch-mcp-server

MCP server for Interswitch APIs: payments, transfers, Verve cards, airtime, and paycodes.

client:Cursor transport:stdio runtime:npm

Install interswitch mcp server 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": {
    "interswitch-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "interswitch-mcp-server"
      ],
      "env": {
        "INTERSWITCH_CLIENT_ID": "<INTERSWITCH_CLIENT_ID>",
        "INTERSWITCH_CLIENT_SECRET": "<INTERSWITCH_CLIENT_SECRET>",
        "INTERSWITCH_ENV": "<INTERSWITCH_ENV>",
        "INTERSWITCH_READ_ONLY": "<INTERSWITCH_READ_ONLY>"
      }
    }
  }
}

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

interswitch mcp server in other clients