Frappe Dev MCP Server✓
io.github.SajmustafaKe/frappe-dev-mcp-server · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.SajmustafaKe/frappe-dev-mcp-server",
"description": "MCP server for Frappe/ERPNext development with AI assistance for DocTypes, bench commands, and APIs",
"title": "Frappe Dev MCP Server",
"repository": {
"url": "https://github.com/SajmustafaKe/frappe-dev-mcp-server",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "frappe-dev-mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to your Frappe/ERPNext bench directory (defaults to current directory if not specified)",
"format": "string",
"name": "FRAPPE_PATH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}