MCP.so
登录

Claude MCP Data Explorer for Windows

@tofunori

关于 Claude MCP Data Explorer for Windows

Windows MCP server for data exploration with Claude

基本信息

分类

AI 与智能体

许可证

MIT

运行时

python

传输方式

stdio

发布者

tofunori

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Claude MCP Data Explorer for Windows?

Claude MCP Data Explorer for Windows is a TypeScript-based Model Context Protocol (MCP) server that integrates with Claude Desktop. It allows Claude to load CSV files and execute JavaScript data analysis scripts, enabling advanced data exploration and analysis directly within the chat interface.

How to use Claude MCP Data Explorer for Windows?

Install Node.js v16+ and Claude Desktop, then clone the repository, run npm install and npm run setup. Restart Claude Desktop and enable Developer Mode. After setup, select the “Explore Data” prompt template in Claude, enter a CSV file path and exploration topic, and let Claude analyze the data using the server’s load-csv and run-script tools.

Key features of Claude MCP Data Explorer for Windows

  • Integrates Claude Desktop with CSV data loading and JavaScript analysis.
  • Provides load-csv and run-script tools for data exploration.
  • Includes a structured “Explore Data” prompt template.
  • Handles large CSV files efficiently via chunking.
  • Built with the official MCP TypeScript SDK from Anthropic.

Use cases of Claude MCP Data Explorer for Windows

  • Analyze sales trends by region from a CSV file.
  • Run custom JavaScript transformations on loaded data.
  • Generate statistical summaries and visualizations in conversation.
  • Automate data cleaning and preprocessing workflows.
  • Explore unfamiliar datasets interactively with Claude’s guidance.

FAQ from Claude MCP Data Explorer for Windows

What are the prerequisites for using Claude MCP Data Explorer for Windows?

You need Node.js v16+ and Claude Desktop installed. The server is designed for Windows but the core steps are similar on other platforms.

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

Check the configuration file at %APPDATA%\Claude\claude_desktop_config.json to ensure it points to the compiled JavaScript in the dist directory. Rebuild with npm run build, enable Developer Mode, and use “Reload All MCP Servers” from the Developer menu.

How should I specify file paths to avoid permission errors?

Use absolute paths with forward slashes (C:/Users/.../data.csv) or escaped backslashes (C:\\Users\\...). Ensure Claude has access to the file location.

What modules are allowed in the JavaScript scripts?

The README advises checking that your script is compatible with the allowed modules and reviewing any error messages from Claude. Specific module lists are not provided in this version.

Can the server handle large CSV files?

Yes, the README states that the server handles large files efficiently using chunking.

评论

AI 与智能体 分类下的更多 MCP 服务器