Skip to content
Cursor

mpesa mcp for Cursor

io.github.gabrielmahia/mpesa-mcp

MCP server for M-Pesa mobile-money integration in Kenya

client:Cursor transport:stdio runtime:pypi

Install mpesa mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mpesa-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mpesa-mcp"
      ]
    }
  }
}

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

mpesa mcp in other clients