A use-case driven MCP server for freee accounting, designed for sole proprietors and freelancers in Japan. Supports journal entries, invoice creation, and monthly summaries with minimal LLM context consumption.
Server Config
{
"mcpServers": {
"freee-solo": {
"command": "npx",
"args": [
"-y",
"freee-mcp-solo"
]
}
}
}