MCP Server is a tool for interactive data exploration, acting as a personal data scientist assistant. It turns datasets into actionable insights, allowing users to explore data with specified topics
MCP Server is a tool for interactive data exploration, acting as a personal data scientist assistant to transform datasets into actionable insights.
python setup.py
on macOS.explore-data
prompt and provide the CSV path and exploration topic.MCP Server can explore data without human intervention.
explore-data
for data exploration.load-csv
: Loads a CSV file into a DataFrame, requiring csv_path
and optionally df_name
.run-script
: Executes a Python script, requiring the script
argument.Configurations are stored in claude_desktop_config.json
. Development and publishing instructions are provided.
Instructions for building and publishing the project using uv sync
, uv build
, and uv publish
are included.
Contributions are welcome. Report issues, suggest improvements, or contribute code.
Licensed under the MIT License.
Open an issue or contact the maintainers for questions or feedback.
An open-source project by ReadingPlus.AI LLC.
reading-plus-ai/mcp-server-data-exploration
December 6, 2024
March 28, 2025
Python