A use-case driven MCP server for freee accounting, designed for sole proprietors in Japan.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"freee-mcp-solo": {
"command": "npx",
"args": [
"-y",
"kogasura/freee-mcp-solo"
]
}
}
}
Run in terminal:
claude mcp add freee-mcp-solo npx -y kogasura/freee-mcp-solo
Add to .cursor/mcp.json:
{
"mcpServers": {
"freee-mcp-solo": {
"command": "npx",
"args": [
"-y",
"kogasura/freee-mcp-solo"
]
}
}
}