Database Updater MCP Server

Apache 2.0
  • Apple

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

自然言語コマンドを使用して、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

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      Connects Claude Desktop directly to databases, allowing it to explore database structures, write SQL queries, analyze datasets, and create reports through an API layer with tools for table exploration and query execution.
      Last updated -
      176
      Python
      Mozilla Public License 2.0
      • Apple
    • -
      security
      F
      license
      -
      quality
      A server that enables interaction with PostgreSQL, MySQL, MariaDB, or SQLite databases through Claude Desktop using natural language queries.
      Last updated -
      Python
    • -
      security
      F
      license
      -
      quality
      A natural language interface that allows Claude to execute SQL queries on your local MySQL databases, enabling database interaction using natural language.
      Last updated -
      2
      Python
      • Linux
      • Apple
    • -
      security
      -
      license
      -
      quality
      A connector that gives Claude direct access to MySQL databases through the Model Context Protocol, enabling natural language querying, schema exploration, and database management.
      Last updated -
      Python
      MIT License

    View all related MCP servers

    ID: yqdoq32xyf