-
securityF
license-
qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
Last updated -
32
5
TypeScript
一个使用 TypeScript 实现的模型上下文协议 (MCP) 服务器,用于使用 Claude 进行数据探索。该服务器与 Claude Desktop 集成,并通过提供加载 CSV 文件和执行 JavaScript 数据分析脚本的工具来实现高级数据分析。
您可以通过运行以下命令直接测试服务器:
服务器应该可以正常启动。如果运行成功,Claude Desktop 应该也能使用该服务器。
该 MCP 服务器为 Claude 提供了两个主要工具:
它还包括一个提示模板,指导 Claude 完成结构化数据探索过程。
C:/Users/YourName/Documents/data.csv
%APPDATA%\Claude\claude_desktop_config.json
处的配置文件npm run build
重建项目/
)或转义反斜杠( \\
)的绝对路径MIT 许可证 - 详情请参阅 LICENSE 文件。
local-only server
The server can only run on the client's local machine because it depends on local resources.
模型上下文协议服务器使 Claude 能够加载 CSV 文件并执行 JavaScript 数据分析脚本,以进行高级数据探索和洞察生成。
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