claude-mcp-data-explorer

tofunori/claude-mcp-data-explorer

3.4

If you are the rightful owner of claude-mcp-data-explorer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Claude MCP Data Explorer for Windows is a TypeScript-based server that integrates with Claude Desktop to facilitate advanced data analysis through CSV file loading and JavaScript script execution.

The Claude MCP Data Explorer for Windows is a sophisticated server implementation designed to enhance data exploration capabilities within the Claude Desktop environment. By leveraging the Model Context Protocol (MCP), this server allows users to load CSV files and execute JavaScript scripts for comprehensive data analysis. The server is built using TypeScript and is compatible with Node.js v16+, ensuring a modern and efficient development experience. Once set up, it seamlessly integrates with Claude Desktop, providing users with a structured approach to data exploration. The server is particularly adept at handling large datasets, employing chunking techniques to manage memory efficiently. Users can interact with the server through a dedicated prompt template in Claude Desktop, guiding them through the data analysis process. This tool is ideal for users looking to gain insights from their data without extensive manual processing.

Features

  • TypeScript-based MCP server for data exploration
  • Integration with Claude Desktop for seamless data analysis
  • Tools for loading CSV files and executing JavaScript scripts
  • Efficient handling of large datasets through chunking
  • Structured prompt template for guided data exploration

Usages

usage with claude desktop

{
  "mcpServers": {
    "data-explorer": {
      "command": "node",
      "args": [
        "dist/index.js"
      ]
    }
  }
}

Tools

  1. load-csv

    Loads CSV data into memory for analysis

  2. run-script

    Executes JavaScript code for data processing and analysis