/setup-freee.en
Lesson command — Freee MCP setup
$ npx -y skills add minicoohei/ai-agent-camp --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/setup-freee.en
Context preview
What this command does when you run it.
Lesson command — Freee MCP setup
Command definition
setup-freee.en.mddescription: "Lesson command — Freee MCP setup" duration: "~30 min" prerequisites: ["Freee MCP account"] level: "intermediate" nonInteractiveMode: incompatible tags: ["setup", "module-20"]
/setup-freee -- Freee MCP setup
> Connect to freee Accounting via MCP. Requires browser OAuth + Client ID/Secret.
**Highlight**: Freee Developer App + browser OAuth login required
Setup steps
1. Create an app in the freee Developer Portal
https://app.secure.freee.co.jp/developers/applications
2. Save Client ID / Client Secret — `(browser only)`
3. Install freee-mcp (pinned) — `npm install -g freee-mcp@0.26.0`
4. Register the MCP — `claude mcp add --transport stdio freee -- npx freee-mcp@0.26.0`
5. Authorise via the OAuth browser flow — `follow the MCP prompts`
Gotchas
- Get your company ID via `freee_get_companies` → save to `~/.config/freee-mcp/config.json`
- Sandbox vs production apps are separate. Test in sandbox first, then swap to a production app
Non-interactive mode
Browser OAuth is mandatory — cannot complete under `claude -p` / `cursor-agent --print`. Re-run in interactive mode.
Related slides
- aiagent-course Module 20: see slide deck for the full visual walkthrough
AI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex ### ⚠️ Before you clone Official repository (maintained by the authors): Running AI agents from this repo grants them shell, file-write, and external-API permissions on your
Other commands on ai-agent-camp.
- /check-setup.en
Top-level alias — see lesson/check-setup.en.md for the full body.
Open command - /check-setup.es
Alias de nivel superior — el cuerpo completo está en lesson/check-setup.es.md.
Open command - /check-setup
Top-level alias — see lesson/check-setup.md for the full body.
Open command - /check-security.en
Lesson command
Open command - /check-security.es
Lesson command
Open command - /check-security
Lesson command
Open command

