Loading MCP server directory, please wait...
Interact with Frappe/ERPNext sites — document CRUD, search, and whitelisted method calls
npx @getmcp/cli add io.github.muthanii/frappe_mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
FRAPPE_URLBase URL of your Frappe/ERPNext site, e.g. https://your-site.erpnext.com
FRAPPE_API_KEYFrappe API key for token-based authentication
FRAPPE_API_SECRETFrappe API secret paired with the API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.muthanii/frappe_mcp": {
"command": "uvx",
"args": [
"frappe-mcp-server"
],
"env": {
"FRAPPE_URL": "",
"FRAPPE_API_KEY": "",
"FRAPPE_API_SECRET": "",
"FRAPPE_VERIFY_SSL": "true",
"FRAPPE_TIMEOUT": "30"
}
}
}
}