Skip to content
Cursor

MyFatoorah MCP for Cursor

io.github.kuwaitdevs/myfatoorah-mcp

Safely connect AI agents to MyFatoorah payments, invoices, payment methods, and refunds.

client:Cursor transport:stdio runtime:npm

Install MyFatoorah MCP 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": {
    "myfatoorah-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "myfatoorah-mcp"
      ],
      "env": {
        "MYFATOORAH_API_TOKEN": "<MYFATOORAH_API_TOKEN>",
        "MYFATOORAH_ENVIRONMENT": "<MYFATOORAH_ENVIRONMENT>",
        "MYFATOORAH_TIMEOUT_MS": "<MYFATOORAH_TIMEOUT_MS>"
      }
    }
  }
}

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

MyFatoorah MCP in other clients