Skip to content
Cline

Frappe Inspector for Cline

io.github.belius303/frappe-inspector

Static analysis tools for Frappe Framework and ERPNext projects via local stdio MCP.

client:Cline transport:stdio runtime:npm

Install Frappe Inspector in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "frappe-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "@frappe-inspector/mcp"
      ],
      "env": {
        "FRAPPE_INSPECTOR_LICENSE_KEY": "<FRAPPE_INSPECTOR_LICENSE_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Frappe Inspector in other clients