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: .venvScriptsactivate
- Install dependencies:
pip install -e ".[dev]"
- Run tests:
pytest -s -v tests/
License
Data Wrangling
Project Details
- shibuiwilliam/mcp-server-data-wrangler
- MIT License
- Last Updated: 4/7/2025
Recomended MCP Servers
获取股票各类信息
Collection of PDF parsing libraries like AI based docling, claude, openai, llama-vision, unstructured-io, and pdfminer, pymupdf, pdfplumber etc...
Model Context Protocol server for Aiven
A Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Demo Model Context Protocol Server for the Geoapify API
Summarise Your YT videos with your fav LLMs
Experimenting with MCP
A Model Context Protocol (MCP) server that provides translation capabilities using the DeepL API.
MCP Server for using Garak LLM vulnerability scanner
🧠 High-performance persistent memory system for Model Context Protocol (MCP) powered by libSQL. Features vector search, semantic knowledge...





