loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

japan-mcp-servers

MCP Tool

mrslbt/japan-mcp-servers

MCP servers for Japanese services. LINE, Rakuten, freee, and more

Install

$ npx loaditout add mrslbt/japan-mcp-servers

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "japan-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "japan-mcp-servers"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

japan-mcp-servers

MCP servers for Japanese services. LINE, Rakuten, freee, with more on the way.

These servers implement the Model Context Protocol so that AI assistants (Claude, Cursor, VS Code Copilot, etc.) can actually talk to the services that run Japan's digital infrastructure.

Servers

| Package | Service | What it does | |---------|---------|-------------| | `@japan-mcp/line` | LINE Messaging | Send messages, manage groups, rich menus, analytics | | `@japan-mcp/rakuten` | Rakuten Ichiba / Books / Travel | Product search, rankings, book search, hotel availability | | `@japan-mcp/freee` | freee Accounting | Transactions, P&L, trial balance, partners |

Quick start
git clone https://github.com/mrslbt/japan-mcp-servers.git
cd japan-mcp-servers
npm install
npm run build

Then add whichever servers you need to your MCP client config. Here's Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "line": {
      "command": "node",
      "args": ["/absolute/path/to/servers/line-mcp/dist/index.js"],
      "env": {
        "LINE_CHANNEL_ACCESS_TOKEN": "your-token"
      }
    },
    "rakuten": {
      "command": "node",
      "args": ["/absolute/path/to/servers/rakuten-mcp/dist/index.js"],
      "env": {
        "RAKUTEN_APP_ID": "your-app-id",
        "RAKUTEN_ACCESS_KEY": "your-access-key"
      }
    },
    "freee": {
      "command": "node",
      "args": ["/absolute/path/to/servers/freee-mcp/dist/index.js"],
      "env": {
        "FREEE_ACCESS_TOKEN": "your-token",
        "FREEE_COMPANY_ID": "your-company-id"
      }
    }
  }
}

Each server validates credentials on startup. You'll know immediately if something's missing.

What you can do

Once configured, you can ask your AI assistant things like:

LINEグループにミーティングのリマインダーを送って
楽天で1万円以下のワイヤレスイヤホンを検索して
今月の経費をfreeeに登録して
楽天トラベルで京都の空室を探して
freeeの損益計算書を見せて

Tags

aiclaudefreeejapanlinemcpmcp-servermodel-context-protocolrakutentypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated17 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/mrslbt/japan-mcp-servers)](https://loaditout.ai/skills/mrslbt/japan-mcp-servers)