Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables AI agents to interact with the freee accounting API, offering tools for managing deals, invoices, partners, trial balance, and more via natural language.

README.md

mcp-server-freee

日本語 | English

---

日本語

freee会計 MCP Server

AI Agentがfreee会計を直接操作するための Model Context Protocol (MCP) サーバー

日本初のfreee会計向けMCPサーバーです。Claude、ChatGPT、その他のAI Agentからfreee会計APIを安全に呼び出せます。

対応機能

| カテゴリ | ツール | 説明 | |---------|--------|------| | 事業所 | get_companies, get_company | 事業所情報の取得 | | 取引 | list_deals, create_deal, get_deal | 収入・支出の管理 | | 請求書 | list_invoices, create_invoice | 請求書の作成・管理 | | 勘定科目 | list_account_items | 勘定科目一覧 | | 取引先 | list_partners, create_partner | 取引先の管理 | | 部門 | list_sections | 部門一覧 | | 品目 | list_items | 品目一覧 | | タグ | list_tags | メモタグ一覧 | | 仕訳 | list_journals | 仕訳帳のダウンロード | | 口座振替 | list_transfers | 振替一覧 | | 明細 | list_wallet_txns | 自動で経理の明細 | | 口座 | list_walletables | 口座一覧・残高 | | ユーザー | list_users | 事業所ユーザー一覧 | | 試算表 | get_trial_balance | 貸借対照表・損益計算書 | | 経費 | list_expense_applications | 経費申請一覧 | | 税区分 | list_taxes | 税区分コード一覧 |

セットアップ

1. freee APIアプリ作成

  1. freee Developers でアプリを作成
  2. OAuth 2.0でアクセストークンを取得

2. インストール

npm install @aslink/mcp-server-freee

または直接実行:

npx @aslink/mcp-server-freee

3. 環境変数

export FREEE_ACCESS_TOKEN="your_access_token_here"

4. Claude Desktop設定

claude_desktop_config.json に追加:

{
  "mcpServers": {
    "freee": {
      "command": "npx",
      "args": ["@aslink/mcp-server-freee"],
      "env": {
        "FREEE_ACCESS_TOKEN": "your_access_token_here"
      }
    }
  }
}

使用例

Claudeに話しかけるだけ:

  • 「今月の売上を教えて」
  • 「株式会社〇〇への請求書を作成して」
  • 「未決済の取引を一覧して」
  • 「試算表を見せて」
  • 「先月の経費申請を確認して」

ライセンス

MIT — AS LINK

---

English

freee Accounting MCP Server

Model Context Protocol (MCP) server for AI Agents to interact with freee Accounting API

The first MCP server for freee — Japan's leading cloud accounting SaaS. Enables Claude, ChatGPT, and other AI agents to securely access freee accounting data.

Features

  • 20+ tools covering deals, invoices, partners, journals, trial balance, and more
  • Full read/write support for core accounting operations
  • Japanese-native — designed for Japanese business workflows
  • Secure — uses OAuth 2.0 access tokens, no credentials stored

Quick Start

export FREEE_ACCESS_TOKEN="your_token"
npx @aslink/mcp-server-freee

License

MIT — AS LINK

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.