Invoice MCP MCP Server

A Model Context Protocol server for creating professional PDF invoices using natural language.

Local serverstdioTypeScript

What is the Invoice MCP MCP server?

Invoice MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A Model Context Protocol server for creating professional PDF invoices using natural language.

Setting it up

npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

What the assistant can call

Once Invoice MCP is connected, these are the calls the assistant has available:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Logo — The Logo tool exposed by this server
  • Server — The Server tool exposed by this server
  • Preview — The Preview tool exposed by this server

Configuration and credentials

  • Node v18 +

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the invoice mcp mcp server does with a few real requests.

Choosing this one

Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Invoice MCP's toolset — Prerequisites, Logo, Server and 1 more — is a fair guide to whether it matches your workflow. It is maintained by markslorach; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
LogoThe Logo tool exposed by this server.
ServerThe Server tool exposed by this server.
PreviewThe Preview tool exposed by this server.

How to install the Invoice MCP MCP server

**Example path -**

```json
{
  "mcpServers": {
    "Invoice MCP Server": {
      "command": "node",
      "args": ["/Users/markslorach/Desktop/invoice-mcp/server/build/index.js"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node v18 +

Example prompts to try

  • Use Invoice MCP to Prerequisites.
  • Use Invoice MCP to Logo.
  • Use Invoice MCP to Server.

Frequently asked questions

It connects Invoice MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Prerequisites, Logo, Server, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Invoice MCP directly.