Aruba Fatturazione Elettronica REST API v2 — Italian SDI e-invoicing read-only access (FEAT-012)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aruba-fattura-mcp-se": {
"command": "npx",
"args": [
"-y",
"juvantlabs/aruba-fattura-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add aruba-fattura-mcp-se npx -y juvantlabs/aruba-fattura-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"aruba-fattura-mcp-se": {
"command": "npx",
"args": [
"-y",
"juvantlabs/aruba-fattura-mcp-server"
]
}
}
}