Frappe Inspector for Cursor
io.github.belius303/frappe-inspector
Static analysis tools for Frappe Framework and ERPNext projects via local stdio MCP.
client:Cursor
transport:stdio
runtime:npm
Install Frappe Inspector in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"frappe-inspector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@frappe-inspector/mcp"
],
"env": {
"FRAPPE_INSPECTOR_LICENSE_KEY": "<FRAPPE_INSPECTOR_LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs