MCP
UnclaimedFrappe MCP allows Frappe apps to function as MCP servers
Install
pip install frappe-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (5)
annotations
(optional dict): Additional context about the tool, such as validation information or examples of how to use it. This should be a dictionary conforming to the ToolAnnotations TypedDict structure.
description
(optional str): A description of what the tool does. If not provided, it will be extracted from the function's docstring.
input_schema
(optional dict): The JSON schema for the tool's input. If not provided, it will be inferred from the function's signature and docstring.
name
(optional str): The name of the tool. If not provided, the function's name will be used.
use_entire_docstring
(optional bool): If True, the entire docstring will be used as the tool's description. Otherwise, only the first section is used (i.e. no Args). Defaults to False.