mcpbeat Sign in

MCP Afip MCP Server

local only

MCP Afip runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 29 Aug 2026.

AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)

Installs per day peak 13 · avg 3 · +189% w/w
a month agotoday
25
Installs / week
npm · @codespar/mcp-afip
271
Stars
8 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Afip every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-afip -- npx -y @codespar/mcp-afip
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-afip": {
      "args": [
        "-y",
        "@codespar/mcp-afip"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-afip]
command = "npx"
args = ["-y", "@codespar/mcp-afip"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-afip": {
      "args": [
        "-y",
        "@codespar/mcp-afip"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-afip": {
      "args": [
        "-y",
        "@codespar/mcp-afip"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AFIP_CERT_PATH (Path to AFIP certificate (.crt)), AFIP_KEY_PATH (Path to AFIP private key (.key)), AFIP_CUIT (CUIT number). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Afip

same job, measured the same way
MCP Colppy
by codespar

Colppy — Argentine cloud accounting + AFIP invoicing

21 installs/wk local only
MCP Facturapi
by codespar

FacturAPI — Mexican CFDI e-invoicing

20 installs/wk local only
Verifactu MCP
by kmonbeibi31

MCP server para VeriFactu (AEAT). Facturación electrónica española desde Claude Code.

65 installs/wk local only
eCFR
by 1102tools

Electronic Code of Federal Regulations including FAR and DFARS. 13 tools.

412 installs/wk local only
MCP Siigo
by codespar

Siigo — Colombian accounting + DIAN e-invoicing

22 installs/wk local only
eCFR
by 1102tools

Electronic Code of Federal Regulations including FAR, DFARS, and agency supplements. 13 tools.

local only
Touchstone
by savecharlie

Verifiable text/code/measurement tools for agents, each reproducing a named authority.

29 installs/wk local only
Eleata e-Invoice Validator
by hernaninverso

Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes.

38 installs/wk local only

MCP Afip — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Afip?
MCP Afip runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @codespar/mcp-afip was installed 25 times last week.
How do I connect MCP Afip?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @codespar/mcp-afip straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Afip?
The npm package @codespar/mcp-afip was installed 25 times in the last week. Week over week that is +189%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Afip open source?
Yes — it is published under the MIT licence, written in TypeScript, 271 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.