mcpbeat Sign in

Fattureincloud MCP Server

local only

Fattureincloud MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 450 installs a week from pypi. Last commit 1 Sep 2026.

Italian e-invoicing with Fatture in Cloud. Create, send to SDI, manage clients.

Installs per day peak 250 · avg 31 · +208% w/w
a month agotoday
450
Installs / week
pypi · fattureincloud-mcp
20
Stars
1 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Fattureincloud MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fattureincloud-mcp -- uvx fattureincloud-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fattureincloud-mcp": {
      "args": [
        "fattureincloud-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fattureincloud-mcp]
command = "uvx"
args = ["fattureincloud-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fattureincloud-mcp": {
      "args": [
        "fattureincloud-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fattureincloud-mcp": {
      "args": [
        "fattureincloud-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FIC_ACCESS_TOKEN (Fatture in Cloud API access token), FIC_COMPANY_ID (Fatture in Cloud company ID), FIC_SENDER_EMAIL (Email sender for courtesy copies). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fattureincloud MCP

same job, measured the same way
Bperezpereira
by bperezpereira

Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents.

answering
Onepassword
by pulsemcp

MCP server for interacting with 1Password via the CLI to read and manage credentials.

147 installs/wk local only
Invoicetronic MCP Server
by fgasparetto

MCP server for Italian electronic invoicing (SDI) via Invoicetronic API

59 installs/wk local only
BeeL
by beel

Spanish e-invoicing with VeriFactu (AEAT): issue invoices, manage customers, validate NIFs.

122 installs/wk 121 tools answering
Pop MCP
by popapidev

Italian e-invoicing (FatturaPA/SdI), Peppol, PDF invoice generation, and account onboarding via POP

55 installs/wk local only
Eigi.ai Voice Agents
by eigi-ai

Create and manage AI voice agents, real-time conversations, and analytics with eigi.ai

answering
Fattura Elettronica IT
by cmendezs

Italian e-invoicing: FatturaPA XML/SDI, XSD v1.2.3, Specs 1.9.1, 43 tools. Signing, SDI, archiving.

192 installs/wk local only
Contix
by contix

Spanish Veri*factu invoicing: create invoices and manage billing from your AI assistant.

answering

Fattureincloud MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fattureincloud MCP?
Fattureincloud MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fattureincloud-mcp was installed 450 times last week.
How do I connect Fattureincloud MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fattureincloud-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fattureincloud MCP?
The pypi package fattureincloud-mcp was installed 450 times in the last week. Week over week that is +208%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fattureincloud MCP open source?
Yes — it is published under the MIT licence, written in Python, 20 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.