← Index

Frappe Dev MCP Server

io.github.SajmustafaKe/frappe-dev-mcp-server·v1.0.1·Other
Quality Score
79
/100

MCP server for Frappe/ERPNext development with AI assistance for DocTypes, bench commands, and APIs

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "frappe-dev-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "frappe-dev-mcp-server"
      ],
      "env": {
        "FRAPPE_PATH": "<frappe_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "frappe-dev-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "frappe-dev-mcp-server"
      ],
      "env": {
        "FRAPPE_PATH": "<frappe_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y frappe-dev-mcp-server
§02  Environment variables
FRAPPE_PATH

Path to your Frappe/ERPNext bench directory (defaults to current directory if not specified)

§03  MCP Quality Score  ·  methodology
freshness
14
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other