Connector guide2-minute read11 MCP toolsEN · DE · IT

ERPNext a MCP — Pilota ERPNext desde cualquier agente IA

ERPNext / Frappe: read and write any DocType — customers, sales orders, invoices, items, stock and leads — with Frappe's filter syntax, plus a generic resource escape hatch. Token auth against your own instance.

HCBy HelpCode teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

ERPNext

ERPNext

ERPNext / Frappe: read and write any DocType — customers, sales orders, invoices, items, stock and leads — with Frappe's filter syntax, plus a generic resource escape hatch. Token auth against your own instance.

herramientas

11

Región

INTL

Categoría

ERP

Autenticación

API Key

Env vars requeridas

ERPNEXT_URLERPNEXT_API_KEYERPNEXT_API_SECRET
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade ERPNext con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

ERPNext / Frappe: read and write any DocType — customers, sales orders, invoices, items, stock and leads — with Frappe's filter syntax, plus a generic resource escape hatch. Token auth against your own instance.

Prueba a pedir

Prompts de ejemplo para ERPNext

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

ERPNext · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

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

ERPNext

ERPNext / Frappe: read and write any DocType — customers, sales orders, invoices, items, stock and leads — with Frappe's filter syntax, plus a generic resource escape hatch. Token auth against your own instance.

Configuración

Getting a key

  1. In ERPNext open the user you want the agent to act as → Settings → API AccessGenerate Keys. You receive an API key and an API secret; the secret is shown once.
  2. Set ERPNEXT_URL to your instance root (no trailing slash), ERPNEXT_API_KEY and ERPNEXT_API_SECRET.

The Authorization header is token key:secret — lower-case token, the two values joined by a colon. Not Bearer, not Basic. This is the single most common reason a correct ERPNext key 401s.

…(continued in the in-app connector instructions)

Requisitos previos: ERPNEXT_URL, ERPNEXT_API_KEY, ERPNEXT_API_SECRET

Instalar el conector localmente

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Abre http://localhost:3000/connectors/store, elige ERPNext e introduce las variables listadas en los Requisitos previos.

Herramientas disponibles

ToolWhat it does
erpnext_get_logged_userRead which user the API key belongs to
erpnext_list_documentsList documents of any DocType with Frappe filters
erpnext_get_documentRead one document of any DocType in full by its name (ERPNext's primary key), including its child tables
erpnext_count_documentsCount the documents of a DocType matching a filter, without transferring them
erpnext_get_doctype_metaDescribe a DocType: every field with its type, label, options and whether it is required
erpnext_list_customersList customers with their name, group, territory, currency and default payment terms
erpnext_list_sales_ordersList sales orders with their customer, date, delivery date, status and grand total
erpnext_list_sales_invoicesList sales invoices with their customer, posting date, due date, status and outstanding amount — the answer to 'what is still unpaid'
erpnext_list_itemsList items from the catalogue with their code, name, group, stock UOM and default rate
erpnext_list_stock_balanceRead per-warehouse stock: actual, reserved and projected quantity per item
erpnext_create_documentCreate a document of any DocType

Siguientes pasos

¿Te ha sido útil esta guía?

Your ERPNext agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Guías relacionadas

connectors

Cómo conectar ERPNext a ChatGPT — via MCP

ERPNext / Frappe: read and write any DocType — customers, sales orders, invoices, items, stock and leads — with Frappe's filter syntax, plus a generic resource escape hatch. Token auth against your own instance.

connectors

Cómo conectar ERPNext a Claude — via MCP

ERPNext / Frappe: read and write any DocType — customers, sales orders, invoices, items, stock and leads — with Frappe's filter syntax, plus a generic resource escape hatch. Token auth against your own instance.

connectors

Cómo conectar ERPNext a Cursor — via MCP

ERPNext / Frappe: read and write any DocType — customers, sales orders, invoices, items, stock and leads — with Frappe's filter syntax, plus a generic resource escape hatch. Token auth against your own instance.

connectors

Cómo conectar ERPNext a Gemini — via MCP

ERPNext / Frappe: read and write any DocType — customers, sales orders, invoices, items, stock and leads — with Frappe's filter syntax, plus a generic resource escape hatch. Token auth against your own instance.

connectors

AFAS Profit a MCP — Pilota AFAS Profit desde cualquier agente IA

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica a MCP — Pilota Aruba Fatturazione Elettronica desde cualquier agente IA

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.