mcp-server-data-wrangler
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-wranglerYou can launch the MCP inspector via npm:
npx @modelcontextprotocol/inspector uv --directory=src/mcp_data_wrangler run mcp-data-wranglerUpon 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\activate2. Install dependencies:
pip install -e ".[dev]"3. Run tests:
pytest -s -v tests/License
Frequently asked questions
What is mcp-server-data-wrangler?
mcp-server-data-wrangler is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-server-data-wrangler?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-data-wrangler open source?
Yes — it is hosted on GitHub at https://github.com/shibuiwilliam/mcp-server-data-wrangler and has 8 stars.
Related MCP tools
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP