MCP Directory
Back

erpnext-mcp-server

by rakeshgangwar · JavaScript · ★ 86

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers