mcp-wave

rhanka/mcp-wave
★ 0 stars TypeScript 🧠 Memory/Knowledge Updated 2d ago
MCP server exposing Wave Accounting (waveapps.com) reads/writes to Claude. TypeScript, stateless, stdio + HTTP transports.
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-wave": {
      "command": "npx",
      "args": [
        "-y",
        "rhanka/mcp-wave"
      ]
    }
  }
}

README Excerpt

Model Context Protocol server for [Wave Accounting](https://waveapps.com). See `docs/superpowers/specs/2026-05-09-mcp-wave-design.md` for the design spec and `docs/superpowers/plans/2026-05-09-mcp-wave-implementation.md` for the implementation plan. ```bash npm install cp .env.example .env # then fill in WAVE_API_TOKEN and WAVE_DEFAULT_BUSINESS_ID

Tools (20)

audit_account_mappingcreate_customercreate_invoicecreate_invoice_for_clientdelete_invoicedelete_invoice_paymentdownload_invoice_pdfget_accountget_customerget_invoiceget_invoice_paymentlist_accountslist_businesseslist_client_profileslist_customerslist_invoiceslist_productslist_vendorsmark_invoice_paidsend_invoice