MCP Data Wrangler - UBOS

✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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

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

License

Featured Templates

View More
Customer service
Multi-language AI Translator
135 547
Data Analysis
Pharmacy Admin Panel
232 1492
Verified Icon
AI Agents
AI Chatbot Starter Kit
1292 5651 5.0
AI Characters
Your Speaking Avatar
163 582
Customer service
AI-Powered Product List Manager
140 517
AI Agents
AI Video Generator
244 1229 5.0

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.