mcpbeat Sign in

Invovate MCP Server

by lightspeedplusone Your server? Claim it
local only

Invovate MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from npm. Last commit 7 Jun 2026.

AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.

Installs per day peak 26 · avg 10 · +12% w/w
a month agotoday
97
Installs / week
npm · invovate-mcp-server
1
Stars
0 open issues
7 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: INVOVATE_API_KEY (Free Invovate API key (starts with inv_) from https://invovate.com/auth. Required only for the PDF/UBL tools; calculate_invoice_totals works without it.), INVOVATE_API_BASE (Override the API base URL (defaults to https://invovate.com).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Invovate MCP Server

same job, measured the same way
Pdfapi MCP Server
by amranswill

Generate invoice, receipt, and report PDFs from structured JSON via a single API call.

33 installs/wk local only
Final Notice
by ptrinh

Free demand-letter PDF generator for unpaid invoices, 80+ jurisdictions, 29 languages.

3 tools answering
Professional Invoice Generator
by amehiny

Free invoice generator — create pre-filled invoice URLs with taxes, discounts, and 14 languages.

20 installs/wk local only
Invoice Generator AI MCP
by csoai-org

Invoice Generator Ai MCP Server by MEOK AI Labs

224 installs/wk local only
Faktuj MCP
by dpozimski

Generate Polish VAT invoices (Faktura VAT) as PDF

24 installs/wk local only
Factur-X e-invoicing
by leborgneantoine

Generate, validate and read Factur-X / EN 16931 e-invoices (France, EU): PDF/A-3, CII, UBL 2.1.

4 tools answering
I
Facturx Toolkit
by cedrickouma

Validate, extract, repair and generate French Factur-X / EN16931 invoices via AgentForge API

28 installs/wk answering
Rendoc MCP Server
by yoryocoruxo-ai

Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates.

35 installs/wk local only

Invovate MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Invovate MCP Server?
Invovate 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 npm package invovate-mcp-server was installed 97 times last week.
How do I connect Invovate 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 invovate-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Invovate MCP Server?
The npm package invovate-mcp-server was installed 97 times in the last week. Week over week that is +12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Invovate MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 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.