frappe-mcp-server

vyogotech/frappe-mcp-server
★ 1 stars Go 🤖 AI/LLM Updated today
AI power for Frappe Framework
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "frappe-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/vyogotech/frappe-mcp-server@latest"
      ]
    }
  }
}