Claude MCP Data Explorer
Claude MCP 数据浏览器(Windows 版)
一个使用 TypeScript 实现的模型上下文协议 (MCP) 服务器,用于使用 Claude 进行数据探索。该服务器与 Claude Desktop 集成,并通过提供加载 CSV 文件和执行 JavaScript 数据分析脚本的工具来实现高级数据分析。
先决条件
Node.js v16+ -下载 Node.js
克劳德桌面 -下载克劳德桌面
Related MCP server: Cancellation Analyzer MCP Server
安装(针对 Windows 进行了更新)
克隆此存储库
git clone https://github.com/tofunori/claude-mcp-data-explorer.git cd claude-mcp-data-explorer安装依赖项
npm install构建并运行安装脚本
npm run setup这将:
将 TypeScript 代码构建为 JavaScript
配置 Claude Desktop 以使用已编译的 JavaScript
创建必要的目录
重启 Claude Desktop 并启用开发者模式
完全关闭 Claude Desktop
启动 Claude Desktop
前往“帮助”→“启用开发者模式”
手动测试
您可以通过运行以下命令直接测试服务器:
npm run build
npm run start服务器应该可以正常启动。如果运行成功,Claude Desktop 应该也能使用该服务器。
工作原理
该 MCP 服务器为 Claude 提供了两个主要工具:
load-csv - 将 CSV 数据加载到内存中进行分析
run-script - 执行 JavaScript 代码进行数据处理和分析
它还包括一个提示模板,指导 Claude 完成结构化数据探索过程。
用法
启动 Claude Desktop
选择“探索数据”提示模板
安装完成后,Claude Desktop 中会出现此提示
输入CSV文件路径和探索主题
示例文件路径:
C:/Users/YourName/Documents/data.csv示例主题:“各地区的销售趋势”
让 Claude 分析您的数据
Claude 将加载 CSV 文件并自动生成见解
服务器使用分块高效处理大文件
故障排除
Claude 没有显示 MCP 服务器
检查
%APPDATA%\Claude\claude_desktop_config.json处的配置文件它应该指向 dist 目录中已编译的 JavaScript 文件
尝试使用
npm run build重建项目启用开发者模式并检查 MCP 日志文件(开发者 → 打开 MCP 日志文件)
使用“开发人员”→“重新加载所有 MCP 服务器”强制刷新
读取文件的权限错误
确保 Claude 有权访问 CSV 文件位置
尝试使用带有正斜杠(
/)或转义反斜杠(\\)的绝对路径
脚本中的 JavaScript 错误
检查您的脚本是否与允许的模块兼容
查看 Claude 回复中的任何错误消息
执照
MIT 许可证 - 详情请参阅 LICENSE 文件。
致谢
基于 Anthropic 的官方 MCP TypeScript SDK
感谢 MCP 社区提供的示例和灵感
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables Claude Desktop to access and analyze Chinese and global financial market data through the AKShare library.54MIT
- -license-quality-maintenanceA Model Context Protocol server that analyzes customer cancellation survey data, enabling Claude AI integration through HTTP/SSE transport.
- AlicenseAquality-maintenanceAn MCP server that enables AI assistants to load, query, and analyze local CSV files using tools for filtering, aggregation, and grouping. It provides capabilities to describe schemas, calculate statistics, and sample data directly from CSV files.6
- Flicense-qualityDmaintenanceA local MCP server for analyzing CSV files from your filesystem, particularly suited for chatbot conversation logs. Allows listing, reading, filtering, merging, and statistical analysis of CSV data via natural language.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tofunori/claude-mcp-data-explorer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server