Skip to content
Grok

MyFatoorah MCP for Grok

io.github.kuwaitdevs/myfatoorah-mcp

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

client:Grok transport:stdio runtime:npm

Install MyFatoorah MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MyFatoorah MCP in other clients