Frappe MCP Server for Claude Code
io.github.muthanii/frappe_mcp
Interact with Frappe/ERPNext sites — document CRUD, search, and whitelisted method calls
client:Claude Code
transport:stdio
runtime:pypi
Install Frappe MCP Server in Claude Code
run in your project directory
claude mcp add frappe_mcp -e FRAPPE_URL=<FRAPPE_URL> -e FRAPPE_API_KEY=<FRAPPE_API_KEY> -e FRAPPE_API_SECRET=<FRAPPE_API_SECRET> -e FRAPPE_VERIFY_SSL=<FRAPPE_VERIFY_SSL> -e FRAPPE_TIMEOUT=<FRAPPE_TIMEOUT> -- uvx frappe-mcp-server
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs