mcpbeat Sign in

Invoicetronic MCP Server

local only

Invoicetronic MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from pypi. Last commit 12 Mar 2026.

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

Installs per day peak 20 · avg 9 · -6% w/w
a month agotoday
59
Installs / week
pypi · invoicetronic-mcp
0
Stars
0 open issues
12 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Invoicetronic MCP Server 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 invoicetronic-mcp -- uvx invoicetronic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "invoicetronic-mcp": {
      "args": [
        "invoicetronic-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.invoicetronic-mcp]
command = "uvx"
args = ["invoicetronic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "invoicetronic-mcp": {
      "args": [
        "invoicetronic-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "invoicetronic-mcp": {
      "args": [
        "invoicetronic-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INVOICETRONIC_API_KEY (Invoicetronic API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Invoicetronic MCP Server

same job, measured the same way
MCP Invoicenow Sg
by cmendezs

MCP server for Singapore electronic invoicing (InvoiceNow)

529 installs/wk local only
Facture Électronique France
by cmendezs

MCP server for French e-invoicing (XP Z12-013). Manages invoices, validation and compliance.

170 installs/wk local only
MCP Vindi
by codespar

MCP server for Vindi — recurring billing, subscriptions, invoices

31 installs/wk local only
Holded MCP
by energio-es

MCP server for Holded — invoicing, accounting, CRM, projects, and team

61 installs/wk local only
Dicker Data
by wyre-ai

MCP server for Dicker Data's B2B partner/reseller REST API — pricing, orders, and invoices.

local only
Tochka Bank
by dontsovcmc

MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions

154 installs/wk local only
MCP Conta Azul
by codespar

MCP server for Conta Azul — accounting, invoicing, customers, products

17 installs/wk local only
Datamuse MCP
by lacausecrypto

MCP server for Datamuse word-finding API

23 installs/wk local only

Invoicetronic MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Invoicetronic MCP Server?
Invoicetronic MCP Server 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 invoicetronic-mcp was installed 59 times last week.
How do I connect Invoicetronic MCP Server?
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 invoicetronic-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Invoicetronic MCP Server?
The pypi package invoicetronic-mcp was installed 59 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Invoicetronic MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.