Skip to content
Documentation
Command

/setup-freee.en

Lesson command — Freee MCP setup

From plugin
ai-agent-camp
345200 skills8 agents200 commands
Install
$ npx -y skills add minicoohei/ai-agent-camp --agent claude-code

How 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.md
description: "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
Ships withai-agent-camp

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

Get the whole plugin