mcpbeat Sign in

Invoice Studio MCP Server

local only

Invoice Studio runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Edit Markdown invoice templates, generate PDFs, and inspect preview PNGs.

Installs / week
npm · @vijayst/invoice-studio
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

Alternatives to Invoice Studio

same job, measured the same way
Rendoc MCP Server
by yoryocoruxo-ai

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

30 installs/wk local only
PDF MCP
by wesseltl

Extract text and tables from PDFs for an agent: invoices, reports, statements.

109 installs/wk local only
Pdfapi MCP Server
by amranswill

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

28 installs/wk local only
F
Parsedoc
by custom-digital-services

Agent-native document parsing: PDF, scans and FR/EU invoices to structured JSON or Markdown.

answering
Faktuj MCP
by dpozimski

Generate Polish VAT invoices (Faktura VAT) as PDF

23 installs/wk local only
Recurring
by theluckystrike

Recurring invoices on a schedule: define once, generate the due PDFs, forecast revenue.

local only
Recurring Invoice Scheduler Subscription Billing Due Reminders
by theluckystrike

Recurring invoices on a schedule: define once, generate the due PDFs, forecast revenue.

14 tools answering
I
Dropcoin Invoice
by freshfos

German e-invoicing: generate XRechnung 3.0, pre-check and extract (incl. ZUGFeRD PDF). Paid.

3 tools answering

Invoice Studio — questions

Answers built from our own checks of this server.

Why is there no uptime for Invoice Studio?
Invoice Studio 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 @vijayst/invoice-studio.
How do I connect Invoice Studio?
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 @vijayst/invoice-studio straight from npm; nothing to host, nothing to sign up for.
Is Invoice Studio 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.