Back to Guides

How to Connect weclapp to Claude for AI-Powered ERP Management

Connect weclapp Cloud ERP to Claude AI using MCP. Manage customers, orders, invoices, and articles with natural language. Step-by-step setup guide.

Pre-built adapter available on AnythingMCP Cloud

Skip the self-hosted setup — install this adapter in one click with a free trial. No credit card required.

Install on Cloud — Free Trial

Connect weclapp to Claude

weclapp is a popular German Cloud ERP for SMBs covering CRM, sales, invoicing, and warehouse management. With AnythingMCP, you can connect weclapp to Claude AI and manage your ERP data using natural language.

What You Can Do

  • "List all customers with open orders"
  • "Show me invoice details for order #2024-0099"
  • "What articles do we have in stock?"
  • "Get customer info for Müller GmbH"

Setup

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. Open http://localhost:3000/connectors/store and import the weclapp Cloud ERP adapter
  2. Enter your weclapp tenant name and API token
  3. Assign the connector to an MCP server

Connect Claude

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

Available Tools

| Tool | Description | |------|-------------| | weclapp_list_customers | List customers with contact info | | weclapp_get_customer | Get detailed customer information | | weclapp_list_sales_orders | List sales orders with status | | weclapp_list_invoices | List invoices with payment status | | weclapp_list_articles | List products with stock levels | | weclapp_get_article | Get full article details and pricing |