Skip to content
Grok

mcp cfdi mx for Grok

io.github.cmendezs/mcp-cfdi-mx

MCP server for Mexican electronic invoicing (CFDI 4.0, Pagos 2.0)

client:Grok transport:stdio runtime:pypi

Install mcp cfdi mx in Grok

.mcp.json (in your project root)

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

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 cfdi mx in other clients