Supports configuration through .env files to store and manage Norman Finance credentials and environment settings.
Allows importing receipts from Cloudflare into the Norman Finance system, demonstrated in the Gmail receipts example.
Provides access to installation from source via GitHub repository, with examples linking to attachments hosted on GitHub.
ノーマンファイナンスMCPサーバー
このモデル コンテキスト プロトコル (MCP)サーバーにより、AI は Norman Finance API と対話できるようになり、標準化されたプロトコルを通じて会計、請求書、企業、顧客、税金などにアクセスできるようになります。
[!注記]
Norman Finance MCPサーバーは現在ベータ版です。皆様からのフィードバックをお待ちしております。また、バグを発見された場合は、こちらで問題を報告してください。
特徴
- 🔐認証:Norman Financeアカウントで安全に認証する
- 💼会社管理:会社の詳細を管理し、会社の残高、VATの収入などを取得します
- 📊会計:取引や分類に注意する
- 📝 (電子)請求書発行:請求書の作成、閲覧、送信、処理。契約内容に基づいて定期的な請求書発行を設定することもできます。
- 👥クライアント管理:クライアントの作成と管理(CRM)
- 💰税金:税金情報とレポートを表示し、Finanzamtの公式PDFプレビューを生成して税金を申告します
- 📄ドキュメント:添付ファイル(領収書、請求書、ドキュメントなど)をアップロードして管理します
👇 Claude Desktop のユースケース例 — 切り替え
前提条件
この MCP サーバーを使用する前に、次のことを行う必要があります。
- Norman Financeでアカウントを作成する
- 認証のためにメールアドレスとパスワードを用意してください
リモートMCPサーバー
Norman は現在、次の場所でホスト型リモート MCP サーバーを提供しています。
リモート MCP は OAuth 認証を利用し、アクセス トークンを手動で作成または管理する必要がなく、Norman アカウントで直接ログインできるため、推奨されます。
インストール
Claude.ai 統合
Claude.ai に Norman MCP サーバーを追加する:
クロード・マックスの場合:
- 設定 > プロフィールへ
- 「統合」セクションを見つけます
- 「さらに追加」をタップします
- Norman MCP サーバーの URL を入力します:
https://mcp.norman.finance/sse
- 「追加」をクリックして完了します
Claude Enterprise & Teamsの場合:
- [設定] > [統合] (Teams の場合) または*[設定] > [データ管理]* (Enterprise の場合) に移動します。
- 「統合」セクションを見つけます
- 「さらに追加」をクリック
- Norman MCP サーバーの URL を入力します:
https://mcp.norman.finance/sse
- 「追加」をクリックして完了します
Norman 統合を有効にする:
- クロードとチャットを始めましょう。
- 検索とツールメニューを開きます。
- 「接続」をクリックして、Norman アカウントをリンクします。
- 接続後、同じメニューを使用して特定の Norman ツールをオンにします。
Claudeデスクトップに追加
Claude Desktop で Norman Finance MCP サーバーを実行するには、上記の手順を使用するか、次の手順で手動で追加します。
1. Claude Desktopをダウンロードして設定する
- Claude Desktopをダウンロードしてください。
- Claude を起動し、「設定」>「開発者」>「構成の編集」に移動します。
- 次の構成で
claude_desktop_config.json
ファイルを更新します。
リモートMCP
ローカルMCP
uvをインストールする
こちらの手順に従ってください: uvのインストール
構成
認証方法
Norman MCP サーバーは、次の 2 つの認証方法をサポートしています。
1. OAuth認証(SSEトランスポート用)
MCP Inspector、Claude、またはその他の SSE クライアントでサーバーを使用する場合、サーバーは OAuth 2.0 認証を使用します。
- SSE トランスポートを使用してサーバーを起動します。
- サーバーに接続すると、ログインページが表示されます。
- Norman Financeの資格情報を入力してください
- 認証トークンを使用してアプリケーションにリダイレクトされます
2. 環境変数(stdioトランスポート用)
Claude Desktop または stdin/stdout 通信でサーバーを使用する場合は、環境変数を通じて資格情報を提供します。
環境変数
サーバーは、次の環境変数を使用して構成できます。
発達
このセクションは、Norman Finance MCP サーバーを開発または拡張したい貢献者向けです。
ローカルセットアップ
次に、claude_desktop_config.json ファイルを更新して、Python モジュールを直接ポイントするようにします。
機能に関するアイデアや、実現してほしい機能などがあれば、ぜひご提案ください。
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Norman Financeは、ドイツの起業家向けに設計された会計・税務申告の自動化システムです。Norman Finance MCPサーバーは、Norman Financeの会計、税務、請求書発行サービスとの連携を新たな方法で実現します。Norman Finance API機能を統合することで、財務ワークフローを簡素化します。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.Last updated -530PythonMIT License
- -securityAlicense-qualityAn MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.Last updated -1PythonGPL 3.0
- AsecurityAlicenseAqualityA simple MCP server for Yahoo Finance using yfinance. This server provides a set of tools to fetch stock data, news, and other financial information.Last updated -109PythonMIT License
mcp-mifosxofficial
-securityFlicense-qualityIntegrate the MCP Server for Mifos X an Open Source Core Banking Solution for Financial Institutions. Useful for managing clients, loans, savings, shares, financial transactions and generating financial reports.Last updated -7