frappe-mcp

tourscale-repos/frappe-mcp
★ 0 stars Python 🔌 API Integration Updated 1d ago
Read-only MCP server exposing FranOS doctypes + ERPNext invoices/GL via Frappe REST API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "frappe-mcp": {
      "command": "uvx",
      "args": [
        "frappe-mcp"
      ]
    }
  }
}

Or install with pip: pip install frappe-mcp

README Excerpt

Read-only Model Context Protocol server for the TourScale ERPNext / FranOS instance at [erp.tourscale.com](https://erp.tourscale.com). Lets agents query Franchisees, Franchise Agreements, FBUs, Assets, COIs, and ERPNext invoices/GL entries. | Tool | Purpose | |---|---| | `whoami` | Connectivity probe — returns the API user identity |

Tools (1)

whoami