Skip to main content
Glama
shibuiwilliam

MCP Data Wrangler

mcp-data-wrangler: データラングリング用のMCPサーバー

概要

これはデータラングリング用のモデルコンテキストプロトコルサーバーであり、データの前処理、変換、分析タスクのための標準化されたインターフェースを提供します。これにより、データラングリング操作をMCPエコシステムにシームレスに統合できます。

Related MCP server: Filesystem MCP Server

特徴

  • データ集約

  • 記述統計

このプロジェクトをローカルで実行する

このプロジェクトはまだ一時的な環境(例: uvx使用)向けには設定されていません。このリポジトリをクローンして、ローカルでプロジェクトを実行してください。

git clone https://github.com/yourusername/mcp-data-wrangler.git
cd mcp-data-wrangler

MCP インスペクターは npm 経由で起動できます。

npx @modelcontextprotocol/inspector uv --directory=src/mcp_data_wrangler run mcp-data-wrangler

起動すると、ブラウザでアクセスしてデバッグを開始できる URL がインスペクタに表示されます。

または、このツールを MCP サーバーとして追加します。

{
  "data-wrangler": {
    "command": "uv",
    "args": [
      "--directory",
      "/path/to/mcp-data-wrangler",
      "run",
      "mcp-data-wrangler"
    ]
  }
}

発達

  1. 仮想環境を作成してアクティブ化します。

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. 依存関係をインストールします:

pip install -e ".[dev]"
  1. テストを実行します:

pytest -s -v tests/

ライセンス

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    A Model Context Protocol server that provides basic mathematical and statistical functions to LLMs, enabling them to perform accurate numerical calculations through a simple API.
    13
    41
    171
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    A Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.
    6
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol server that provides seamless integration with Trino and Iceberg, enabling data exploration, querying, and table maintenance through a standard interface.
    22
    25
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shibuiwilliam/mcp-server-data-wrangler'

If you have feedback or need assistance with the MCP directory API, please join our Discord server