Frappe Dev MCP Server for Cursor
io.github.sajmustafake/frappe-dev-mcp-server
MCP server for Frappe/ERPNext development with AI assistance for DocTypes, bench commands, and APIs
client:Cursor
transport:stdio
runtime:npm
Install Frappe Dev MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"frappe-dev-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"frappe-dev-mcp-server"
],
"env": {
"FRAPPE_PATH": "<FRAPPE_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs