The reputation layer for AI skills, tools & agents

freee/freee-mcp

Score: 61.1 Rank #70

Model Context Protocol (MCP) server for freee API integration

Overview

freee/freee-mcp is a TypeScript MCP server licensed under Apache-2.0. Model Context Protocol (MCP) server for freee API integration

Ranked #70 out of 25632 indexed tools.

In the top 1% of all indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript Apache-2.0

Signal Breakdown

Stars 323
Freshness 2d ago
Issue Health 95%
Contributors 8
Dependents 0
Forks 42
Description Good
License Apache-2.0

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for freee/freee-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/freee--freee-mcp)](https://agentrank-ai.com/tool/freee--freee-mcp)
<a href="https://agentrank-ai.com/tool/freee--freee-mcp"><img src="https://agentrank-ai.com/api/badge/tool/freee--freee-mcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

From the README

# freee-mcp

freee API を Claude から使えるようにする MCP サーバー & Claude Plugin です。

MCP サーバー(API 呼び出し機能)と skill(API リファレンス)を組み合わせて利用することを想定しています。

> Note: このプロジェクトは開発中であり、予期せぬ不具合が発生する可能性があります。問題を発見された場合は [Issue](https://github.com/freee/freee-mcp/issues) として報告していただけると幸いです。

## 特徴

- MCP サーバー: freee API を Claude Desktop / Claude Code から直接呼び出し
- Claude Plugin: 詳細な API リファレンスドキュメント付きスキルを提供
- 複数 API 対応: 会計・人事労務・請求書・工数管理・販売の5つの freee API をサポート
- OAuth 2.0 + PKCE: セキュアな認証フロー、トークン自動更新
- 複数事業所対応: 事業所の動的切り替えが可能

## SKILL と MCP の通信の流れ

Claude Code では、SKILL(API リファレンス)と MCP サーバー(API 呼び出し)を組み合わせて利用します。

```mermaid
sequenceDiagram
    participant User as ユーザー
    participant Claude as Claude Code
    participant Skill as Agent Skill<br/>(API リファレンス)
    participant MCP as MCP サーバー<br/>(ローカル)
    participant API as freee API

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

    Note over Claude,Skill: 1. SKILL からリファレンスを取得
    Claude->>Skill: freee-api-skill 呼び出し
    Skill-->>Claude: API リファレンス注入<br/>(エンドポイント、パラメータ仕様)
Read full README on GitHub →
Are you the maintainer? Claim this listing