Connector guide2-minute read13 MCP toolsEnglish · Deutsch · Italiano

Cómo conectar Wave Accounting a Claude — via MCP

Query Wave Accounting (customers, products, invoices, accounts, transactions) via GraphQL from any AI agent. 8 tools, Bearer token auth.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Wave Accounting

Query Wave Accounting (customers, products, invoices, accounts, transactions) via GraphQL from any AI agent. 8 tools, Bearer token auth.

Tools

13

Region

INTL

Category

Accounting

Authentication

Required env vars

WAVE_ACCESS_TOKENWAVE_BUSINESS_ID
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Wave Accounting in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Wave Accounting, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Wave Accounting + Claude

Query Wave Accounting (customers, products, invoices, accounts, transactions) via GraphQL from any AI agent. 8 tools, Bearer token auth.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

WAVE_ACCESS_TOKEN, WAVE_BUSINESS_ID

Paso 1 — Obtener credenciales

This connector wraps the Wave GraphQL API (gql.waveapps.com/graphql/public).

Setup:

  1. Sign in to https://my.waveapps.com → bottom-left avatar → Manage Applications → Create Application.
  2. Use the OAuth flow to obtain an access token, OR (faster) generate a Full Access Token from the application settings (single-tenant).
  3. Business ID: Wave is multi-business — find your business ID via the wave_get_businesses query or in the URL of any Wave page.
  4. Set WAVE_ACCESS_TOKEN and WAVE_BUSINESS_ID.

Authentication: Authorization: Bearer ${WAVE_ACCESS_TOKEN}.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Paso 3 — Añadir el conector en Claude

Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.

  1. Abre claude.ai/customize/connectors.
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: Wave Accounting
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.

Herramientas disponibles

ToolWhat it does
wave_get_businessesList all businesses the user can access — returns id, name, isClassicAccounting, currency
wave_list_customersList customers in a business
wave_create_customerCreate a customer
wave_list_invoicesList invoices in a business
wave_get_invoiceGet a single invoice with line items + memos
wave_list_productsList products & services in a business
wave_list_accountsList chart-of-accounts entries (ledger accounts) for a business
wave_send_invoiceSend (email) an invoice to its customer

FAQ

¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.

Siguientes pasos

Ready to ship

Your Wave agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.