Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Data Wrangler

FreeNot checked

Data Wrangler — Model Context Protocol server

GitHubEmbed

About

Data Wrangler — Model Context Protocol server

README

Overview

This is a Model Context Protocol server for Data Wrangling, providing a standardized interface for data preprocessing, transformation, and analysis tasks. It enables seamless integration of data wrangling operations into the MCP ecosystem.

Features

  • Data aggregation
  • Descriptive statistics

Run this project locally

This project is not yet set up for ephemeral environments (e.g. uvx usage). Run this project locally by cloning this repo:

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

You can launch the MCP inspector via npm:

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

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

OR Add this tool as a MCP server:

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

Development

  1. Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. Install dependencies:
pip install -e ".[dev]"
  1. Run tests:
pytest -s -v tests/

License

from github.com/shibuiwilliam/mcp-server-data-wrangler

Installing Data Wrangler

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/shibuiwilliam/mcp-server-data-wrangler

FAQ

Is Data Wrangler MCP free?

Yes, Data Wrangler MCP is free — one-click install via Unyly at no cost.

Does Data Wrangler need an API key?

No, Data Wrangler runs without API keys or environment variables.

Is Data Wrangler hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Data Wrangler in Claude Desktop, Claude Code or Cursor?

Open Data Wrangler on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Data Wrangler with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs