drio
Open app

Claude MCP Data Explorer for Windows

Source

Windows MCP server for data exploration with Claude

Catalog onlyCatalog onlySTDIO

Overview

Claude MCP Data Explorer is a TypeScript implementation of a Model Context Protocol (MCP) server designed for data exploration with Claude. It allows users to load CSV files and execute JavaScript data analysis scripts for advanced data analysis.

To use the server, first install the prerequisites including Node.js and Claude Desktop. Clone the repository, install dependencies, build the project, and run the setup script. After setup, start Claude Desktop, select the "Explore Data" prompt template, and enter the CSV file path and exploration topic.

  • Load CSV data into memory for analysis. - Execute JavaScript code for data processing and analysis. - Structured data exploration process with prompt templates. - Efficient handling of large files using chunking.
  1. Analyzing sales trends from CSV data.
  2. Performing data processing and visualization tasks.
  3. Automating data insights generation for various datasets.

Add to your AI client

Use these steps to connect Claude MCP Data Explorer for Windows in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "claude-mcp-data-explorer-tofunori": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-data-explorer-tofunori"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "claude-mcp-data-explorer-tofunori": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-data-explorer-tofunori"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "claude-mcp-data-explorer-tofunori": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-data-explorer-tofunori"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "claude-mcp-data-explorer-tofunori": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-data-explorer-tofunori"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "claude-mcp-data-explorer-tofunori": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-data-explorer-tofunori"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "claude-mcp-data-explorer-tofunori": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-data-explorer-tofunori"
      ]
    }
  }
}

FAQ

What are the prerequisites for using Claude MCP Data Explorer?

You need Node.js v16+ and Claude Desktop installed.

How do I troubleshoot if Claude doesn't show the MCP server?

Check the configuration file and ensure it points to the compiled JavaScript file. Rebuild the project if necessary.

Is there a license for Claude MCP Data Explorer?

Yes, it is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2109,"uuid":"25fa0b92-9ce7-42a7-91ee-415a71732290","name":"claude-mcp-data-explorer","title":"Claude MCP Data Explorer for Windows","description":"Windows MCP server for data exploration with Claude","avatar_url":"https://avatars.githubusercontent.com/u/124537575?v=4","created_at":"2025-03-09T03:34:17.119Z","updated_at":"2025-03-12T10:18:21.609Z","status":"created","author_name":"tofunori","author_avatar_url":"https://avatars.githubusercontent.com/u/124537575?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/tofunori/claude-mcp-data-explorer","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-08 17:18:46\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]