Freee Mcp Solo
@kogasura
关于 Freee Mcp Solo
A use-case driven MCP server for freee accounting, designed for sole proprietors in Japan.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"freee-solo": {
"command": "npx",
"args": [
"-y",
"freee-mcp-solo"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Freee Mcp Solo?
An MCP (Model Context Protocol) server specialized for freee Accounting, designed for sole proprietors and freelancers to handle daily bookkeeping tasks. It allows Claude Code or Claude Desktop to execute journal entries, invoice creation, and monthly summaries via simple tool calls.
How to use Freee Mcp Solo?
Install globally with npm install -g freee-mcp-solo, create a configuration file at ~/.config/freee-mcp-solo/config.yaml with freee developer credentials, and register the server in your MCP client (Claude Code or Claude Desktop) by adding the command to the appropriate config file. After setup, run the authenticate tool to obtain OAuth tokens.
Key features of Freee Mcp Solo
- Use-case driven: optimized for actual accounting workflows, not a raw API wrapper.
- Name-based operations: specify accounts, partners, and banks by name.
- Flexible YAML configuration for payment details, due date rules, and subject templates.
- Automatic full-width/half-width normalization for matching bank names.
Use cases of Freee Mcp Solo
- Registering unreconciled bank transactions as journal entries.
- Creating draft invoices with automatic due dates and subject templates.
- Viewing monthly income/expense summaries by account category.
- Listing pending transactions and invoices via Claude prompts.
FAQ from Freee Mcp Solo
What are the prerequisites for using Freee Mcp Solo?
Node.js 20 or higher, a freee Accounting account (Personal Business Plan or above), and a freee developer app’s Client ID and Client Secret obtained from the freee developer portal.
How do I set up the configuration file?
Create ~/.config/freee-mcp-solo/config.yaml from the provided example and fill in your freee app credentials, bank information, invoice defaults, and partner-specific settings like due date rules and subject templates.
What tools does Freee Mcp Solo provide?
It offers authenticate, pending_transactions, create_deal, monthly_summary, create_invoice, and list_invoices tools for handling OAuth, transaction entry, monthly reports, and invoice management.
How does the server handle authentication?
On first use, running the authenticate tool opens a browser window for freee login and authorization. OAuth tokens are saved locally, and the company ID/name are automatically written to the config file.
Which freee APIs does the server use?
The server uses freee’s Accounting API (https://api.freee.co.jp/api/1/) for journal entries, account details, and master data, and the Invoice API (https://api.freee.co.jp/iv/) for invoice creation and listing.
金融与商务 分类下的更多 MCP 服务器
Financial Datasets MCP Server
financial-datasetsAn MCP server for interacting with the Financial Datasets stock market API.
Crypto Indicators MCP Server
kukapayAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
Octagon: MCP for Market Data
OctagonAIAn MCP server for public & prediction markets research. Ask natural-language questions and get structured, source-backed answers across SEC filings, earnings transcripts, company financials, stock & crypto market data, and prediction markets news & research. Built for investors,
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
✅ Official Alpha Vantage MCP Server
calvernazA MCP server for the stock market data API, Alphavantage API.
评论