MCP Directory
Back

erpnext-mcp-server

by rakeshgangwar · JavaScript · ★ 102

Connect AI assistants to your ERPNext instance via the Model Context Protocol (MCP) using the official Frappe API.

#agent#ai-agents#erp#erpnext#mcp#model-context-protocol

Install

npx -y github:rakeshgangwar/erpnext-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "erpnext-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:rakeshgangwar/erpnext-mcp-server"
      ]
    }
  }
}

From the README

A Model Context Protocol server for ERPNext integration This is a TypeScript-based MCP server that provides integration with ERPNext/Frappe API. It enables AI assistants to interact with ERPNext data and functionality through the Model Context Protocol. - Access ERPNext documents via URIs - JSON format for structured data access - - Get a list of all available DocTypes - - Get fields list for a specific DocType - - Get a list of documents for a specific doctype - - Get a single document by name, including all child tables - - Create a new document in ERPNext - - Update an existing do…
Read full README on GitHub →

Related ai & ml servers