Frappe Dev MCP Server for Cline
io.github.sajmustafake/frappe-dev-mcp-server
MCP server for Frappe/ERPNext development with AI assistance for DocTypes, bench commands, and APIs
client:Cline
transport:stdio
runtime:npm
Install Frappe Dev MCP Server 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
{
"mcpServers": {
"frappe-dev-mcp-server": {
"command": "npx",
"args": [
"-y",
"frappe-dev-mcp-server"
],
"env": {
"FRAPPE_PATH": "<FRAPPE_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs