Skip to content
Documentation
Command

/setup-freee.es

Lesson command — Setup de Freee MCP

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.es

Context preview

What this command does when you run it.

Lesson command — Setup de Freee MCP

Command definition

setup-freee.es.md
description: "Lesson command — Setup de Freee MCP"
duration: "~30 min"
prerequisites: ["cuenta de Freee MCP"]
level: "intermediate"
nonInteractiveMode: incompatible
tags: ["setup", "module-20"]

/setup-freee -- Setup de Freee MCP

> Conéctate a freee Contabilidad vía MCP. Requiere OAuth de navegador + Client ID/Secret.

**Punto clave**: App en Freee Developer + OAuth de navegador obligatorio

Pasos de setup

1. Crea una app en el Freee Developer Portal

   https://app.secure.freee.co.jp/developers/applications

2. Guarda Client ID / Client Secret — `(solo navegador)`

3. Instala freee-mcp (versión fijada) — `npm install -g freee-mcp@0.26.0`

4. Registra el MCP — `claude mcp add --transport stdio freee -- npx freee-mcp@0.26.0`

5. Autoriza con el flujo OAuth del navegador — `sigue las indicaciones del MCP`

Tropezones

  • Obtén tu company ID con `freee_get_companies` → guárdalo en `~/.config/freee-mcp/config.json`
  • Sandbox y producción son apps distintas. Prueba en sandbox y luego cambia a la app de producción

Modo no interactivo

El OAuth en navegador es obligatorio — no termina bajo `claude -p` / `cursor-agent --print`. Re-ejecuta en modo interactivo.

Slides relacionadas

  • 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