MCP Server
MCP Data Wrangler
A Model Context Protocol server for data wrangling that provides standardized interfaces for data preprocessing, transformation, and analysis tasks including data aggregation and descriptive statistics.
7
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "data-wrangler",
3 "command": "uv",
4 "args": [
5 "--directory",
6 "/path/to/mcp-data-wrangler",
7 "run",
8 "mcp-data-wrangler"
9 ]
10}
JSON10 lines
README Documentation
mcp-data-wrangler: MCP server for Data Wrangling
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
- Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
- Install dependencies:
pip install -e ".[dev]"
- Run tests:
pytest -s -v tests/
License
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source