Skip to content
Windsurf

mcp afip for Windsurf

io.github.codespar/mcp-afip

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

client:Windsurf transport:stdio runtime:npm

Install mcp afip in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-afip": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-afip"
      ],
      "env": {
        "AFIP_CERT_PATH": "<AFIP_CERT_PATH>",
        "AFIP_KEY_PATH": "<AFIP_KEY_PATH>",
        "AFIP_CUIT": "<AFIP_CUIT>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp afip in other clients