Loading MCP server directory, please wait...
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
npx @getmcp/cli add io.github.codespar/mcp-afipRequires Node.js 18+. Community-contributed server. Review source before installing.
AFIP_CERT_PATHPath to AFIP certificate (.crt)
AFIP_KEY_PATHPath to AFIP private key (.key)
AFIP_CUITCUIT number
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-afip": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-afip"
],
"env": {
"AFIP_CERT_PATH": "",
"AFIP_KEY_PATH": "",
"AFIP_CUIT": ""
}
}
}
}