Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Quick Data for Windows MCPAnalyze C:\Data\sales.csv and create a bar chart of revenue by category"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Quick Data for Windows MCP
Windows-optimized fork of
Universal data analytics capabilities for JSON/CSV files - now working seamlessly on Windows!
π What This Does
This is a Windows-optimized fork of the excellent quick-data-mcp project by @disler.
The original project provides powerful MCP server capabilities for data analytics, and this fork specifically addresses Windows compatibility issues and Claude Desktop integration challenges.
**This is my first ever try at this. Please feel free to give suggestions and or criticisms. I loved the quick data mcp for claude code. There was nothing available like it for claude desktop so with the help of claude code we now have it.
Key Improvements Over Original:
β Windows Path Handling - Proper Windows file path support
β Claude Desktop Ready - Pre-configured batch launchers and setup
β Dependency Management - Automated installation scripts
β Troubleshooting - Complete guides for common Windows issues
β¨ Key Features
Universal Data Support - Works with any CSV/JSON file structure
Windows Path Optimization - Handles Windows file paths correctly
Claude Desktop Integration - Pre-configured for seamless setup
Automatic Schema Discovery - Analyzes your data and suggests analyses
32+ Analytics Tools - From basic stats to advanced ML features
Interactive Visualizations - Create charts with Plotly
Memory Management - Optimized for large datasets
π Quick Start for Windows
Prerequisites
Windows 10/11
Python 3.9+ (Download here)
Claude Desktop (Download here)
Installation
Download or clone this repository:
git clone https://github.com/Beaulewis1977/quick-data-for-windows-mcp.git cd quick-data-for-windows-mcpInstall dependencies:
install_dependencies.batTest the server:
test_server.batConfigure Claude Desktop:
Copy the fixed configuration to Claude Desktop:
copy claude_desktop_config_fixed.json "%APPDATA%\Claude\claude_desktop_config.json"IMPORTANT: Edit the config file and update the
cwdpath to your actual installation directory.Restart Claude Desktop
π¨ Having Issues?
If you see ModuleNotFoundError: No module named 'mcp', check the TROUBLESHOOTING.md guide.
π» Usage in Claude Desktop
Once configured, start with this slash command in Claude Desktop:
Loading Your Data
Basic Analysis
Advanced Analytics
π§ Available Tools
Dataset Management
load_dataset- Load CSV/JSON files with automatic schema discoverylist_loaded_datasets- View all datasets in memoryget_dataset_info- Get detailed dataset informationclear_dataset/clear_all_datasets- Memory management
Core Analytics
segment_by_column- Analyze categorical data segmentsfind_correlations- Discover relationships between variablesanalyze_distributions- Statistical distribution analysisdetect_outliers- Identify data anomaliessuggest_analysis- AI-powered analysis recommendations
Visualization
create_chart- Generate interactive charts (bar, scatter, line, histogram)generate_dashboard- Multi-chart dashboards
Advanced Analytics
validate_data_quality- Comprehensive data quality scoringcompare_datasets- Multi-dataset comparison analysismerge_datasets- Join datasets with flexible strategiescalculate_feature_importance- ML feature importance analysisexport_insights- Export results in multiple formats
π Supported File Formats
CSV Files
Standard CSV with headers
Custom delimiters automatically detected
UTF-8 encoding support
Large file handling with sampling options
JSON Files
Flat JSON structures
Nested JSON (automatically flattened)
JSON Lines format
Array of objects format
π οΈ Configuration
Manual Configuration
If the automatic setup doesn't work, manually edit your Claude Desktop config:
Location: %APPDATA%\Claude\claude_desktop_config.json
Alternative: Using UV Package Manager
If you prefer UV (recommended for Python dependency management):
π§ͺ Testing the Server
Test the server standalone (before Claude Desktop integration):
Expected output:
π Example Workflows
Sales Data Analysis
Data Quality Assessment
π Troubleshooting
Common Issues
"Module not found" errors:
Ensure Python is in your PATH
Run
pip install -r requirements.txtmanuallyCheck that PYTHONPATH is set correctly in config
"File not found" errors:
Use full Windows paths:
C:\Users\...Avoid relative paths like
.\data\file.csvCheck file permissions
Claude Desktop not finding server:
Restart Claude Desktop after config changes
Check config file syntax with JSON validator
Verify file paths are correct (no typos)
Getting Help
Check that Python 3.9+ is installed:
python --versionVerify dependencies:
pip list | findstr pandasTest server manually:
python main.pyCheck Claude Desktop logs for errors
π€ Contributing
This is a community-driven Windows adaptation of the original quick-data-mcp project. Contributions welcome!
Development Setup
π License
MIT License - see LICENSE file for details.
π Acknowledgments
This project is a Windows-optimized fork of the original
Original Project Credits
Original Author: @disler
Original Repository: disler/quick-data-mcp
Original Purpose: MCP server for data analytics with Claude Code
License: MIT (maintained in this fork)
Windows Fork Contributions
Windows Compatibility: @Beaulewis1977
Claude Desktop Integration: Community-driven improvements
Troubleshooting & Documentation: Enhanced for Windows users
Technology Stack
Model Context Protocol: Anthropic
Data Processing: pandas, numpy, plotly, scikit-learn
Platform: Optimized for Windows + Claude Desktop
β Please star both repositories:
Original Project - For the core innovation
This Fork - For Windows support
Special thanks to @disler for creating the foundational work that made this Windows adaptation possible!
π Links
**This is my first ever try at this. Please feel free to give suggestions and or criticisms. I loved the quick data mcp for claude code. There was nothing available like it for claude desktop so with the help of claude code we now have it.
Ready to analyze your data with AI? Load a CSV and start exploring! π