Odel
verifactu mcp

verifactu mcp

Local
@kmonbeibi31PythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIverifactu-mcpv0.1.1

Run

uvx verifactu-mcp

MCP client config

{
  "mcpServers": {
    "verifactu-mcp": {
      "command": "uvx",
      "args": [
        "verifactu-mcp"
      ]
    }
  }
}