mcp-server-smallinvoice

AIWerk/mcp-server-smallinvoice
★ 0 stars TypeScript 🔒 Security Updated today
Smallinvoice.ch API MCP server — Swiss SME invoicing and accounting (146 tools, OAuth2 BYOC, atomic refresh-token rotation, pre-write JSON snapshots, DRY_RUN safety mode)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-smallinvo": {
      "command": "npx",
      "args": [
        "-y",
        "AIWerk/mcp-server-smallinvoice"
      ]
    }
  }
}