Frappe Dev MCP Server

A Model Context Protocol (MCP) server that provides AI assistance for Frappe/ERPNext development. This server offers tools to help with creating DocTypes, running bench commands, managing apps, and other Frappe development tasks. Its 7 documented tools cover frappe, app. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-11 · ★ 4 · #83 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Frappe Dev MCP Server

before you install - you'll need

FRAPPE_PATH

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add sajmustafake-frappe-dev-mcp-server -- npx -y frappe-dev-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sajmustafake-frappe-dev-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "frappe-dev-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package frappe-dev-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.SajmustafaKe is GitHub-verified and matches the repo owner

03 · What Frappe Dev MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a new Frappe DocType with JSON definition and Python controller, execute bench commands for Frappe development, get the directory structure of a Frappe app, and create a custom API endpoint for a Frappe app.

The 7 tools it gives your agent

Extracted from the project's README - what Frappe Dev MCP Server lets an agent do.

frappe_create_doctype
- Creates a new Frappe DocType with JSON definition and Python controller.
frappe_run_bench_command
- Executes bench commands for Frappe development.
frappe_get_app_structure
- Gets the directory structure of a Frappe app.
frappe_create_api_endpoint
- Creates a custom API endpoint for a Frappe app.
frappe_migrate_database
- Runs database migration for a Frappe site.
frappe_install_app
- Installs a Frappe app on a site.
frappe_create_app
- Creates a new Frappe app.

04 · Who maintains Frappe Dev MCP Server

Frappe Dev MCP Server is maintained by sajmustafake. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
productivity - ranked #83 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.SajmustafaKe/frappe-dev-mcp-server (active, first published 2025-11-08 · 2 versions)
packages
npm:frappe-dev-mcp-server

06 · Frappe Dev MCP Server FAQ

Is Frappe Dev MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-11. We re-verify nightly.

What can Frappe Dev MCP Server do?

With this server connected, an agent can create a new Frappe DocType with JSON definition and Python controller, execute bench commands for Frappe development, get the directory structure of a Frappe app, and create a custom API endpoint for a Frappe app.

How do I install Frappe Dev MCP Server?

Run `npx -y frappe-dev-mcp-server`. The README documents one environment variable (FRAPPE_PATH) to set first. You can also paste the ready-made client config above.

Does Frappe Dev MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Frappe Dev MCP Server

More productivity MCP servers · LINZA · Nouz · SAME - Stateless Agent Memory Engine · Seekstone · Sub Agents MCP

More TypeScript MCP servers · App CN · Keenetic MCP · Forge MCP · Code Sentinel · AdGuard Home MCP Server · see all