mcp afip for Grok
io.github.codespar/mcp-afip
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
client:Grok
transport:stdio
runtime:npm
Install mcp afip in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-afip": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-afip"
],
"env": {
"AFIP_CERT_PATH": "<AFIP_CERT_PATH>",
"AFIP_KEY_PATH": "<AFIP_KEY_PATH>",
"AFIP_CUIT": "<AFIP_CUIT>"
}
}
}
}
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