How to Use the Wave Accounting MCP in Claude Code
Schedule recurring invoicing tasks or run end-to-end financial checks using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Wave Accounting MCP to Claude Code
Create your Vinkius account to connect Wave Accounting to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate customer maintenance via the Wave Accounting MCP Server.
Set up a cron job to ensure your contact list is current. You can use `list_accounting_customers` and then loop through the results, calling `update_customer_profile` for any necessary changes. If you need to handle brand new clients, script the call to `create_accounting_customer`, passing name and email as shell variables.
Batch process billing cycles with the Wave Accounting MCP Server.
A nightly job can use `list_accounting_invoices` to pull all existing invoice IDs. From that list, you can target specific records using `get_invoice_details` before running any approval logic. Drafting invoices for mass deployment is straightforward: loop through customer IDs and execute `create_draft_invoice` with standardized item payloads.
Run critical accounting cleanup scripts using the MCP Server.
When an invoice draft is no longer needed, use `delete_draft_invoice` in your CI/CD pipeline. This runs cleanly via standard output and requires minimal setup. If a customer account needs to be permanently removed from Wave, execute `delete_accounting_customer`. Be warned: this action is irreversible; confirm the ID first.
Set up Wave Accounting MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seewave-accounting-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Wave Accounting transactions." It will automatically discover and invoke the available Wave Accounting tools.
claude mcp add --transport http wave-accounting-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Wave Accounting MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Wave Accounting MCP today
We host it, we monitor it, we maintain it. You just paste one token.