← Index

io.github.codespar/mcp-facturapi

io.github.codespar/mcp-facturapi·v0.1.0·Other
Quality Score
75
/100

FacturAPI — Mexican CFDI e-invoicing

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-facturapi": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-facturapi"
      ],
      "env": {
        "FACTURAPI_API_KEY": "<your-facturapi_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-facturapi": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-facturapi"
      ],
      "env": {
        "FACTURAPI_API_KEY": "<your-facturapi_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codespar/mcp-facturapi
§02  Environment variables
FACTURAPI_API_KEY
requiredsecret

API key for FacturAPI

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other