元帳サービスMCPサーバー
Claude を通じて元帳ファイルにアクセスし、管理するための MCP サーバー。
コンポーネント
ツール
サーバーは、元帳管理用に次の 3 つのツールを実装します。
list-accounts : 元帳内のすべてのアカウントを一覧表示します
必須の引数として「year」を指定します
利用可能なすべてのアカウントのフォーマットされたリストを返します
account-balance : 特定のアカウントの残高を取得します
必須引数として「year」と「account」を指定します
指定されたアカウントの現在の残高を返します
account-register : アカウントの取引記録を表示します
必須引数として「year」と「account」を指定します
指定されたアカウントの詳細な取引履歴を返します
インストール
前提条件
Python 3.13以上
uvパッケージマネージャーNode.js と npm (デバッグ用)
PyPIからインストール
デバッグ
インスペクターを使用してサーバーをデバッグする:

Claudeデスクトップの設定
Claude Desktop の設定ファイルにサーバー設定を追加します。
MacOS の場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
発達
ローカルセットアップ
リポジトリをクローンする
仮想環境を作成してアクティブ化する
依存関係をインストールします:
ベース パスは、 server.pyのLEDGER_BASE_PATH定数を変更することによって設定できます。
ライセンス
GNU 一般公衆利用許諾書 バージョン 3、2007 年 6 月 29 日
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
アカウント一覧、残高確認、取引台帳表示機能を提供することで、Claude を通じて元帳ファイルにアクセスし、管理できるようにする MCP サーバー。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityAn MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.Last updated -27MIT License
- -security-license-qualityAn MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.Last updated -
- Asecurity-licenseAqualityA specialized MCP server that helps analyze and debug Model Context Protocol logs by providing Claude with direct access to log files across multiple platforms.Last updated -113MIT License
- Asecurity-licenseAqualityAn MCP server that enables users to buy and manage domains through Claude.Last updated -101