Frappe MCP Server for Zed
io.github.muthanii/frappe_mcp
Interact with Frappe/ERPNext sites — document CRUD, search, and whitelisted method calls
client:Zed
transport:stdio
runtime:pypi
Install Frappe MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"frappe_mcp": {
"command": "uvx",
"args": [
"frappe-mcp-server"
],
"env": {
"FRAPPE_URL": "<FRAPPE_URL>",
"FRAPPE_API_KEY": "<FRAPPE_API_KEY>",
"FRAPPE_API_SECRET": "<FRAPPE_API_SECRET>",
"FRAPPE_VERIFY_SSL": "<FRAPPE_VERIFY_SSL>",
"FRAPPE_TIMEOUT": "<FRAPPE_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs