local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Allows importing data from CSV and Excel files into MongoDB databases
Allows importing data from CSV and Excel files into MySQL databases
Allows importing data from CSV and Excel files into PostgreSQL databases
データベースアップデータ MCP サーバー
CSV および Excel ファイルからデータベースを更新するためのモデル コンテキスト プロトコル サーバー。
特徴
ツール
update_database
- CSV/Excel ファイルからデータベースを更新する- CSV および Excel (.xlsx、.xls) ファイル形式をサポート
- 複数のデータベースタイプ(PostgreSQL、MySQL、MongoDB、SQLite)と互換性があります
- 構成可能な接続設定とテーブルマッピング
create_note
- メモの作成と管理(ドキュメント用)- データベースの更新に関する重要な情報を保存する
- 変更と修正を追跡する
使用法
データベースの更新
次のパラメータを指定してupdate_database
ツールを使用します。
サポートされているデータベースの種類
- PostgreSQL
- MySQL
- モンゴDB
- SQLite
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。MCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
You must be authenticated.
自然言語コマンドを使用して、CSV および Excel ファイルからさまざまなデータベース タイプ (PostgreSQL、MySQL、MongoDB、SQLite) を更新できる Claude 統合。