Skip to content
Grok

mcp invoicenow sg for Grok

io.github.cmendezs/mcp-invoicenow-sg

MCP server for Singapore electronic invoicing (InvoiceNow)

client:Grok transport:stdio runtime:pypi

Install mcp invoicenow sg 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": {
    "mcp-invoicenow-sg": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-invoicenow-sg"
      ],
      "env": {
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

mcp invoicenow sg in other clients