Frappe Dev MCP Server for Grok
io.github.sajmustafake/frappe-dev-mcp-server
MCP server for Frappe/ERPNext development with AI assistance for DocTypes, bench commands, and APIs
client:Grok
transport:stdio
runtime:npm
Install Frappe Dev MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"frappe-dev-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"frappe-dev-mcp-server"
],
"env": {
"FRAPPE_PATH": "<FRAPPE_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs