mcpbeat Sign in

Invapi MCP Server

by invapi-org Your server? Claim it
local only

Invapi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 22 Feb 2026.

Extract, create, convert & validate invoices (UBL, CII, XRechnung, ZUGFeRD, PDF, Excel)

Installs per day peak 14 · avg 5 · +125% w/w
a month agotoday
34
Installs / week
npm · @invapi/mcp-server
0
Stars
0 open issues
22 Feb 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

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

Alternatives to Invapi MCP

same job, measured the same way
Invoice & Receipt OCR Extractor to Excel
by ranovam

Invoice and receipt extractor: reads PDF and image invoices/receipts with AI, pulling date…

answering
Dokmatiq DocGen
by dokmatiq

PDF/DOCX/Excel generation with stationery overlay, ZUGFeRD/XRechnung, signing, receipt OCR.

104 installs/wk local only
MainBook Bank Statement Converter
by mainbook

Convert PDF bank statements to checked Excel, CSV or JSON with balance validation.

253 installs/wk 4 tools answering
Doc_Conv — Document to Markdown
by nicklee002e

Convert PDF/Word/Excel/PowerPoint documents to Markdown, paid in USDC via x402.

77 installs/wk local only
RentRollAPI
by ekvanauk

Extract verified data from CRE rent rolls and T12 operating statements (PDF, Excel, CSV, scans)

2 tools answering
Convertica
by convertica

Convert PDF, Word, Excel, PowerPoint, EPUB, HEIC & images — 35+ tools from convertica.net

46 installs/wk local only
Markdown Notes MCP
by narashiman-k

Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.

136 installs/wk local only
Talonic
by talonicdev

Extract structured, schema-validated data from PDFs, scans, images, spreadsheets, and forms.

175 installs/wk local only

Invapi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Invapi MCP?
Invapi 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 npm package @invapi/mcp-server was installed 34 times last week.
How do I connect Invapi 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 @invapi/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Invapi MCP?
The npm package @invapi/mcp-server was installed 34 times in the last week. Week over week that is +125%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Invapi MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.