Connector guide2-minute read6 MCP toolsEnglish · Deutsch · Italiano

How to Connect Weclapp to Cursor — via MCP

Wire weclapp Cloud ERP into Claude AI via MCP. Manage parties, sales orders, invoices, and articles in natural language. Pre-built v2 adapter, step-by-step setup.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

weclapp Cloud ERP

MCP connector

weclapp Cloud ERP

Access weclapp Cloud ERP data including parties (customers/suppliers), sales orders, invoices, and articles. Popular ERP for German SMBs.

Tools

6

Region

DE

Category

ERP

Authentication

API Key

Required env vars

WECLAPP_TENANTWECLAPP_API_TOKEN
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 weclapp Cloud ERP in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

Wire weclapp Cloud ERP into Claude AI via MCP. Manage parties, sales orders, invoices, and articles in natural language. Pre-built v2 adapter, step-by-step setup.

Connect weclapp to Claude

weclapp is a leading German Cloud ERP for SMBs covering CRM, sales, invoicing, purchasing, and warehousing. With AnythingMCP you connect weclapp to Claude AI via MCP and manage your ERP data in natural language — without writing custom REST glue.

The adapter is built on the weclapp REST API v2, which removed /customer and replaced it with the unified /party resource. If you've previously hit "weclapp connector doesn't work" with v1-pinned tooling (n8n templates, custom scripts), this is why — and this adapter sidesteps it.

What You Can Ask Claude

  • "List all customers with open sales orders this quarter"
  • "Show me invoice details for order SO-2026-0099"
  • "What articles are running low on stock?"
  • "Find the party record for Müller GmbH and show their last 5 invoices"
  • "Filter parties where customerNumber-notnull=true and country is DE"

Setup

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. Generate an API token in weclapp: My Settings → API → Generate New Token
  2. Open http://localhost:3000/connectors/store and import weclapp Cloud ERP
  3. Provide WECLAPP_TENANT (subdomain, e.g. acme from acme.weclapp.com) and WECLAPP_API_TOKEN
  4. Assign the connector to an MCP server

Connect Claude

In Claude Desktop's mcp.json:

{
  "mcpServers": {
    "weclapp": { "url": "http://localhost:4000/mcp" }
  }
}

For Claude on the cloud (Anthropic API) point at your public AnythingMCP instance instead.

Available Tools

ToolEndpoint (v2)What it returns
weclapp_list_customersGET /partyParties with optional filter (e.g. customerNumber-notnull=true), properties, sort
weclapp_get_customerGET /party/id/{partyId}Full party record
weclapp_list_sales_ordersGET /salesOrderSales-order pipeline
weclapp_list_invoicesGET /salesInvoiceInvoices + payment status
weclapp_list_articlesGET /articleProduct catalog
weclapp_get_articleGET /article/id/{articleId}Full article incl. warehouse

Tip: Reduce Payload with properties

Claude works best when the tool returns small, focused payloads. Pass properties=id,customerNumber,company,email on weclapp_list_customers and a 100-row response shrinks from ~500 KB to ~10 KB — faster, cheaper, and easier for Claude to reason about.

Related Guides

Was this guide helpful?

Ready to ship

Your weclapp agent is one click away.

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

Related guides