VisiData MCP Server
JSON →Interact with VisiData, a terminal spreadsheet multitool for discovering and arranging tabular data in various formats like CSV, JSON, and Excel.
Install
pip install visidata-mcp Tools · 14
- create_correlation_heatmap Generate correlation matrices with beautiful heatmap visualizations
- create_distribution_plots Create statistical distribution plots (histogram, box, violin, kde)
- create_graph Custom graphs (scatter, line, bar, histogram) with categorical grouping support
- parse_skills_column Parse comma-separated skills into individual skills with one-hot encoding
- analyze_skills_by_location Comprehensive skills frequency and distribution analysis by location
- create_skills_location_heatmap Visual heatmap showing skills distribution across locations
- analyze_salary_by_location_and_skills Advanced salary statistics by location and skills combination
- load_data Load and inspect data files from various formats
- get_data_sample Get a preview of your data with configurable row count
- analyze_data Perform comprehensive data analysis with column types and statistics
- convert_data Convert between different data formats (CSV ↔ JSON ↔ Excel, etc.)
- filter_data Filter data based on conditions (equals, contains, greater/less than)
- get_column_stats Get detailed statistics for specific columns
- sort_data Sort data by any column in ascending or descending order