Skip to main content
Glama
458,339 tools. Updated 2026-08-16 15:22

"Frappe" matching MCP tools:

Matching MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Read-only MCP server for TourScale ERPNext, enabling agents to query franchisees, agreements, invoices, and GL entries via natural language.
  • Re-upload a cached course from JSON spec to a Frappe LMS instance. Migrate courses between instances by specifying the cache ID and target connection.
    MIT
  • Execute Frappe query reports with customizable filters to extract and analyze data from Frappe Framework sites using specific filter syntax.
    ISC
  • Retrieve the current version details of the Frappe MCP Server to verify compatibility and access capabilities.
    ISC
  • Retrieve specific documents from Frappe Framework by providing DocType and document name for data access and management.
    ISC
  • Execute whitelisted Frappe Framework methods by specifying the method name and optional parameters to interact with Frappe sites programmatically.
    ISC
  • Call Frappe REST API endpoints to perform CRUD operations and manage site data using configured token authentication.
  • Retrieve Frappe framework user documentation pages as readable markdown by providing a path relative to the docs root, such as 'en/tutorial'.
    MIT
  • Update specific fields of an existing document in Frappe by providing doctype, document name, and a dictionary of field-value pairs. Only specified fields are modified; others remain unchanged.
    MIT
  • Search and filter documents in Frappe/ERPNext by specifying DocType, filters, fields, pagination, and ordering. Returns paginated results.
    MIT