MCP.so
ログイン

mcp-data-wrangler: MCP server for Data Wrangling

@shibuiwilliam

mcp-data-wrangler: MCP server for Data Wrangling について

概要はまだありません

基本情報

カテゴリ

データと分析

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

shibuiwilliam

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-data-wrangler": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "uv",
        "--directory=src/mcp_data_wrangler",
        "run",
        "mcp-data-wrangler"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-data-wrangler?

mcp-data-wrangler is a Model Context Protocol server for data wrangling. It provides a standardized interface for data preprocessing, transformation, and analysis tasks, enabling seamless integration of these operations into the MCP ecosystem.

How to use mcp-data-wrangler?

Clone the repository, then launch the MCP inspector with npx @modelcontextprotocol/inspector uv --directory=src/mcp_data_wrangler run mcp-data-wrangler. Alternatively, add the server to your MCP configuration using the uv command with the --directory argument pointing to the cloned path.

Key features of mcp-data-wrangler

  • Data aggregation
  • Descriptive statistics

Use cases of mcp-data-wrangler

  • Preprocessing data within an MCP-integrated workflow
  • Performing aggregation operations on structured datasets
  • Computing descriptive statistics for data summaries and analysis

FAQ from mcp-data-wrangler

コメント

「データと分析」の他のコンテンツ