Add your description here
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_mcp_server_data_wrangler-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_mcp_server_data_wrangler-0.1.0.tar.gz
- Upload date:
- Size: 48.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fb0f6657c8a1cc1bf7bc832e56549e306d8bf8726778e171cff94d39b9c5d47
|
|
| MD5 |
15a5bcb1f8c34886c1600fb60dd3e778
|
|
| BLAKE2b-256 |
6d0cf56a6530a45734a4d5af54e3955f2f56ca6c0850c164d88fdb35ed37243e
|
File details
Details for the file iflow_mcp_mcp_server_data_wrangler-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_mcp_server_data_wrangler-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6304b964bc58554eae384e090f893b329ccad58db723a684e31591ca00c599e4
|
|
| MD5 |
c99e2abb75ff3b56262606a453f83a8b
|
|
| BLAKE2b-256 |
d71b8ab3cfdd609b95db41756906d85c46a676ce07ac51477cf4a4f93cb14a71
|