CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Freee

him0/freee-mcp
437
Summary

Freee Mcp is an official MCP server that enables AI agents to operate freee's cloud business software suite—accounting, payroll, invoicing, time tracking, sales, and e-signature—through a combination of MCP tools and Agent Skills that provide API references and operation recipes. The server handles OAuth 2.0 authentication with automatic token refresh, request validation against OpenAPI schemas, and supports multiple business locations with dynamic switching across five separate freee APIs. It solves the problem of integrating freee's business applications into AI workflows by separating concerns: Agent Skills inject API documentation into the agent's context for efficient guidance, while the MCP server manages secure API communication and validation.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →

freee-mcp

freee会計、人事労務、請求書、工数管理、販売、IT管理、サイン(電子契約)を AI Agent から操作できるようにする freee 公式の MCP サーバーと Agent Skills です。

  • MCP サーバー: freee API の呼び出し・認証・リクエスト検証を担当
  • Agent Skills: API リファレンスと操作レシピを AI Agent のコンテキストに注入し、正確な API 利用をガイド

npm version

特徴

  • 複数 API 対応: 会計・人事労務・請求書・工数管理・販売・IT管理の6つの freee API をサポート
  • サイン(電子契約)対応: freee サインの文書管理 API を専用コマンド(freee-sign-mcp)でサポート
  • OAuth 2.0 + PKCE: セキュアな認証フロー、トークン自動更新
  • 複数事業所対応: 事業所の動的切り替えが可能

Agent Skills と MCP の通信の流れ

Agent Skills(API リファレンス・操作レシピ)と MCP サーバー(API 呼び出し)を組み合わせて利用します。

sequenceDiagram
    participant User as ユーザー
    participant Agent as AI Agent
    participant Skill as Agent Skills<br/>(API リファレンス・操作レシピ)
    participant MCP as MCP サーバー
    participant API as freee API

    User->>Agent: リクエスト<br/>「取引一覧を取得して」

    Note over Agent,Skill: 1. Agent Skills からリファレンスを取得
    Agent->>Skill: freee-api-skill 呼び出し
    Skill-->>Agent: API リファレンス注入<br/>(エンドポイント、パラメータ仕様)

    Note over Agent,MCP: 2. MCP Tool で API を実行
    Agent->>MCP: freee_api_get 呼び出し<br/>path: /api/1/deals
    MCP->>MCP: OpenAPI スキーマで検証
    MCP->>MCP: 認証トークン付与

    Note over MCP,API: 3. freee API への通信
    MCP->>API: GET /api/1/deals<br/>Authorization: Bearer xxx
    API-->>MCP: JSON レスポンス

    MCP-->>Agent: 取引データ
    Agent-->>User: 結果を整形して表示

この仕組みにより:

  • Agent Skills: 必要な API リファレンスや操作レシピを段階的にコンテキストに注入(コンテキスト効率化)
  • MCP: 認証・リクエスト検証・API 呼び出しを担当

クイックスタート

方法 1: Remote MCP で接続する(推奨)

freee が提供する Remote MCP サーバーに接続する方法です。ローカルでのセットアップが不要で、すぐに利用を開始できます。

Claude 及び Claude Desktop では「カスタマイズ」より「カスタムコネクタを追加」を開き、以下を設定してください。

  • 名前: freee
  • URL: https://mcp.freee.co.jp/mcp

⚠️ freee 公式以外の URL を入力しないようにご注意ください。

Claude Desktop でカスタムコネクタを追加

その他の AI ツールでは、それぞれの案内に従って Remote MCP サーバーを追加してください。

方法 2: ローカルで MCP サーバーを起動する

freee アプリケーションを自分で登録し、ローカルで MCP サーバーを起動する方法です。

2-1. freee アプリケーションの登録

freee アプリストア で新しいアプリを作成:

  • コールバックURL: http://127.0.0.1:54321/callback
  • Client ID と Client Secret を取得
  • 必要な権限にチェック

2-2. セットアップ

npx freee-mcp configure

対話式ウィザードが認証情報の設定、OAuth認証、事業所選択を行います。

2-3. Claude Desktop に追加

configure が出力する設定を Claude Desktop の設定ファイルに追加:

{
  "mcpServers": {
    "freee": {
      "command": "npx",
      "args": ["freee-mcp"]
    }
  }
}

Windows Store (Microsoft Store) 版の Claude Desktop をご利用の場合、設定ファイルのパスが異なります。freee-mcp configure は自動的に適切なパスを検出します。

Agent Skills をインストールする

Claude 及び Claude Desktop では「カスタマイズ」より「スキル」を開き、最新の freee-api-skill.zip をダウンロードしてアップロードしてください。

  • 最新版をダウンロード (freee-api-skill.zip)
  • バージョン履歴から選ぶ: Releases ページ
Claude Desktop でスキルをアップロード

Claude Code 等のコーディングエージェント(Cursor, OpenCode など)では、skills でインストールできます。

npx skills add freee/freee-mcp

グローバルインストール(-g)や特定スキルのみのインストール(-s)も可能です。

GitHub CLI(v2.90.0 以降)の gh skill コマンドからもインストールできます。

gh skill install freee/freee-mcp freee-api-skill

--agent(例: claude-code, copilot, cursor, codex, gemini-cli)や --scope user/--scope project の指定、--pin による特定タグ/コミットへの固定にも対応しています。

Agent Package Manager (APM) を利用している場合は、以下のコマンドでもインストールできます。GitHub Copilot / Claude Code / Cursor / OpenCode / Codex など、プロジェクトに存在する対象ディレクトリに自動でデプロイされます。

apm install freee/freee-mcp/skills/freee-api-skill

Claude Code Plugin として使う

Claude Code でプラグインとしてインストールすると、MCP サーバーと Agent Skills(API リファレンス・操作レシピ)がまとめて利用できます。

以下の2つのコマンドを順に実行してください:

claude plugin marketplace add freee/freee-mcp
claude plugin install freee-mcp@freee-mcp-marketplace

Claude Code のプロンプト内からも実行できます:

/plugin marketplace add freee/freee-mcp
/plugin install freee-mcp@freee-mcp-marketplace

Codex Plugin として使う

OpenAI Codex のプラグインマーケットプレース(公式ドキュメント)にも対応しており、MCP サーバーと Agent Skills(API リファレンス・操作レシピ)をまとめて利用できます。

Codex CLI からマーケットプレースを追加します:

codex plugin marketplace add freee/freee-mcp

その後 Codex を起動し、/plugins スラッシュコマンドでプラグイン一覧を開き、freee-mcp を選択して Install plugin を実行してください。

プラグイン定義は .codex-plugin/plugin.json、マーケットプレースカタログは .agents/plugins/marketplace.json にあります。

Agent Skills の内容

API内容ファイル数
会計取引、勘定科目、取引先、請求書、経費申請など32
人事労務従業員、勤怠、給与明細、年末調整など28
請求書請求書、見積書、納品書5
工数管理プロジェクト、チーム、パートナー、工数、ユーザーなど7
販売案件、受注、マスタ8
IT管理メンバー、SaaSアカウント、備品4
サイン文書、フォルダ、テンプレート、マイ印鑑など8

AI Agent との会話中に freee API の操作を依頼すると、これらのリファレンスやレシピを参照して正確に実行します。

データ作成のベストプラクティス

請求書や経費精算など、同じ形式のデータを繰り返し作成する場合は、以前に作成したデータを参照することで効率的に作業できます:

  • 請求書作成: 過去の請求書を取得して、取引先・品目・税区分などを参考にする
  • 経費精算: 過去の申請を参照して、勘定科目や部門の指定を正確に行う
  • 取引登録: 類似の取引を参考にして、入力ミスを防ぐ
例: 「先月の○○社への請求書を参考に、今月分を作成して」

利用可能なツール

管理ツール

ツール説明備考
freee_authenticateOAuth 認証を実行stdio のみ
freee_auth_status認証状態を確認
freee_clear_auth認証情報をクリア
freee_set_current_company事業所を切り替え
freee_get_current_company現在の事業所を表示
freee_list_companies事業所一覧を取得
freee_current_user現在のユーザー情報
freee_server_infoサーバー情報取得
freee_file_uploadファイルアップロードstdio のみ

API ツール

HTTPメソッドごとのシンプルなツール構成:

ツール説明例
freee_api_getデータ取得/api/1/deals
freee_api_post新規作成/api/1/deals
freee_api_put更新/api/1/deals/123
freee_api_delete削除/api/1/deals/123
freee_api_patch部分更新/api/1/deals/123
freee_api_list_pathsエンドポイント一覧-

パスは OpenAPI スキーマに対して自動検証されます。

freee サイン(電子契約)

freee サインの API は専用コマンド freee-sign-mcp で利用できます。

Remote MCP での提供は現在準備中です。ローカルでの MCP サーバー起動のみサポートしています。

セットアップ

npx --package=freee-mcp -- freee-sign-mcp configure

対話式ウィザードが認証情報の設定と OAuth 認証を行います。

MCP 設定

{
  "mcpServers": {
    "freee-sign-mcp": {
      "command": "npx",
      "args": ["--package=freee-mcp", "--", "freee-sign-mcp"]
    }
  }
}

サイン用ツール

ツール説明
sign_authenticateOAuth 認証を実行
sign_auth_status認証状態を確認
sign_clear_auth認証情報をクリア
sign_api_getデータ取得
sign_api_post新規作成
sign_api_put更新
sign_api_patch部分更新
sign_api_delete削除

company_id の取り扱い

リクエスト(パラメータまたはボディ)に company_id を含める場合、現在の事業所と一致している必要があります。不一致の場合はエラーになります。

  • 事業所の確認: freee_get_current_company
  • 事業所の切り替え: freee_set_current_company
  • company_id を含まない API(例: /api/1/companies)はそのまま実行可能

コントリビューション

詳しくは CONTRIBUTING.md をご覧ください。

Contributors

@him0 @dais0n @HikaruEgashira @nakanoasaservice @tackeyy @worldscandy @akhr77 @trpfrog @hoshinotsuyoshi @JeongJaeSoon @norimura114 @akiras-ssrd @inoue2002 @jacknocode @tnj @jaxx2104 @kbyk004 @k4200 @fukumayuta @kenchan @EijiSugiura @ryuuuuma @toyamagu-2021 @YasuakiOmokawa @Ryosuke-Watanabe9 @Kitamura777 @yuyohi @sakura20260508 @bxg06523-cell @ryoya1122

開発者向け

git clone https://github.com/freee/freee-mcp.git
cd freee-mcp
bun install

bun run dev           # 開発サーバー(ウォッチモード)
bun run build         # ビルド
bun run typecheck    # 型チェック
bun run lint          # リント
bun run test:run      # テスト

# API リファレンスの再生成
bun run generate:references

技術スタック

TypeScript / Model Context Protocol SDK / OAuth 2.0 + PKCE / Zod / Bun

アーキテクチャ詳細

プロジェクトのアーキテクチャ、内部構造、開発ガイドラインについては CLAUDE.md を参照してください。

License / ライセンス

Apache-2.0

コミュニティ

質問や情報交換は Discord サーバーで行っています。お気軽にご参加ください。

  • Discord サーバー

関連リンク

  • 紹介記事: Public API を MCP化するとき Agent Skill 併用が良さそう with freee-mcp
  • freee API ドキュメント
  • Model Context Protocol
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Categories
Sales & Marketing
UpdatedJan 16, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1