Database Updater MCP Server

by AnuragRai017
Verified

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ツールを使用します。

{ "filePath": "/path/to/your/file.csv", "databaseType": "PostgreSQL", "connectionString": "postgresql://user:pass@localhost:5432/db", "tableName": "target_table" }

サポートされているデータベースの種類

  • PostgreSQL
  • MySQL
  • モンゴDB
  • SQLite

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "database-updater": { "command": "/path/to/database-updater/build/index.js" } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。MCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

自然言語コマンドを使用して、CSV および Excel ファイルからさまざまなデータベース タイプ (PostgreSQL、MySQL、MongoDB、SQLite) を更新できる Claude 統合。

  1. Features
    1. Tools
  2. Usage
    1. Update Database
    2. Supported Database Types
  3. Development
    1. Installation
      1. Debugging
    ID: yqdoq32xyf