Fattureincloud MCP

by Mediaform s.c.r.l. - Genova, Italy MCP server that connects Claude (Desktop, Code, or any MCP client) to FattureInCloud, the leading Italian SaaS for electronic invoicing. Manage invoices, credit notes, proformas, clients, suppliers, cost/revenue centers, and supplier expenses through natural language. Italy mandates B2B/B2C e-invoicing through the Sistema di Interscambio (SDI) - this server brings AI-assisted…

People who work with e invoice, elettroniche and fattura and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-01 · ★ 20 · #279 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Fattureincloud MCP

before you install - you'll need

Set FIC_ACCESS_TOKEN, FIC_COMPANY_ID, FIC_SENDER_EMAIL, FIC_CACHE_DISABLED before connecting.

Claude Code

claude mcp add aringad-fattureincloud-mcp -- uvx fattureincloud-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package fattureincloud-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.aringad is GitHub-verified and matches the repo owner

03 · What Fattureincloud MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Invoice duplication may fail for some clients. A specific client configuration triggers a failure path that hasn't been reproduced yet. Workaround: duplicate manually from the FattureInCloud web panel. Tracked in docs/KNOWN_ISSUES.md - please report a reproducible case via GitHub issues.

Latest releases

v2.0.0 · 2026-05-11

v2.0.0 - MCPB bundle

v1.9.0 · 2026-05-10

v1.9.0 - cache + cost centers + tests

04 · Who maintains Fattureincloud MCP

fattureincloud-mcp is maintained by aringad. We track 2 MCP servers from aringad - 2 actively maintained, 20 combined GitHub stars, oldest repo from Dec 2025.

05 · Facts

category
finance - ranked #279 of 318 actively-maintained finance servers as of 2026-09-18.
registry
io.github.aringad/fattureincloud-mcp (active, first published 2025-12-11 · 2 versions)
packages
pypi:fattureincloud-mcp

06 · Fattureincloud MCP FAQ

What is Fattureincloud MCP?

by Mediaform s.c.r.l. - Genova, Italy MCP server that connects Claude (Desktop, Code, or any MCP client) to FattureInCloud, the leading Italian SaaS for electronic invoicing. Manage invoices, credit notes, proformas, clients, suppliers, cost/revenue centers, and supplier expenses through natural language. Italy mandates B2B/B2C e-invoicing through the Sistema di Interscambio (SDI) - this server brings AI-assisted…

Is Fattureincloud MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-01. We re-verify nightly.

How do I install Fattureincloud MCP?

Run `uvx fattureincloud-mcp`. The README documents 4 environment variables (FIC_ACCESS_TOKEN, FIC_COMPANY_ID, FIC_SENDER_EMAIL…) to set first. Set FIC_ACCESS_TOKEN, FIC_COMPANY_ID, FIC_SENDER_EMAIL, FIC_CACHE_DISABLED before connecting. You can also paste the ready-made client config above.

Does Fattureincloud MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fattureincloud MCP