Connect Claude to your Naffo ERP and manage your entire business by conversation: create invoices, record payments, check stock, run GST reports, follow up overdue customers, and drive the dairy procurement workflow end-to-end.
⚡ Quick start — Claude Code (60 seconds)
/plugin marketplace add naffotech/naffo-marketplace/plugin install naffoOption A · Recommended
The full experience — guided workflows, the /naffo-setup command, and the naffo-erp-guide skill that teaches Claude correct tool usage.
Inside Claude Code, run:
/plugin marketplace add naffotech/naffo-marketplaceWorks with the owner/repo shorthand on GitHub. For GitLab, Bitbucket, or self-hosted git, paste the full clone URL instead.
/plugin install naffoThis installs everything at once — there is no separate "skill add" command in Claude Code; skills ship inside plugins.
claude mcp add naffo … using the transport shown on that pageOption B · Lightweight
Don't want the full plugin? The Agent Skills CLI copies the raw SKILL.md files into your agent's skills directory. Works for Claude Code and other AI agents.
npx skills add naffotech/naffo-marketplaceAuto-detects every skill in the repo.
npx skills add github.com/naffotech/naffo-marketplace/plugins/naffo/skills/naffo-erp-guidePoints directly at the skill folder.
Note: the npx route installs skills only — no slash commands or plugin updates. If a future version of the CLI doesn't auto-detect the nested path, use Option A or the zip download below.
Option C · No terminal needed
Chat with your business data from any browser via a Custom Connector.
In naffo.tech: Settings → Integrations → MCP — copy the server URL shown there.
Go to Settings → Connectors → Add custom connector, paste the URL, and save. (Requires a paid claude.ai plan.)
Download the skills bundle, then upload it under Settings → Capabilities → Skills so Claude knows how to use every Naffo tool correctly.
Download skills (.zip)FAQ
Yes — run `npx skills add naffotech/naffo-marketplace`. That installs only the SKILL.md files into your agent's skills directory. For the full plugin (commands + hooks + skills), use `/plugin marketplace add` + `/plugin install naffo` inside Claude Code.
Both. Claude Code gets the full plugin experience via the marketplace. On the claude.ai website you connect through Settings → Connectors (Custom Connector) using your Naffo MCP URL, and optionally upload the skills zip under Capabilities → Skills.
Claude Code works with your existing Claude subscription (Pro/Max) or API key. Custom Connectors on claude.ai require a paid plan. The npx skills route works anywhere skills are supported.
It's open source (MIT) at github.com/naffotech/naffo-marketplace — inspect exactly what gets installed before you install it.