Claude MCP Data Explorer
Claude MCP データエクスプローラー(Windows 用)
Claude によるデータ探索のための Model Context Protocol (MCP) サーバーの TypeScript 実装です。このサーバーは Claude Desktop と統合されており、CSV ファイルの読み込みや JavaScript データ分析スクリプトの実行ツールを提供することで、高度なデータ分析を可能にします。
前提条件
Node.js v16+ - Node.js をダウンロード
Claude Desktop - Claude Desktop をダウンロード
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にビルドする
コンパイルされたJavaScriptを使用するようにClaude Desktopを設定する
必要なディレクトリを作成する
Claude Desktopを再起動して開発者モードを有効にします
Claude Desktopを完全に閉じる
Claudeデスクトップを起動
ヘルプ→開発者モードを有効にする
手動テスト
次のコマンドを実行してサーバーを直接テストできます。
npm run build
npm run startサーバーはエラーなく起動するはずです。正常に実行できれば、Claude Desktop でもサーバーを使用できるはずです。
仕組み
この MCP サーバーは、Claude に 2 つの主要なツールを提供します。
load-csv - 分析のためにCSVデータをメモリにロードします
run-script - データ処理と分析のためのJavaScriptコードを実行します
また、構造化されたデータ探索プロセスを通じて Claude をガイドするプロンプト テンプレートも含まれています。
使用法
Claudeデスクトップを起動
「データの探索」プロンプトテンプレートを選択します
このプロンプトはセットアップ後にClaude Desktopに表示されます
CSVファイルのパスと探索トピックを入力してください
ファイルパスの例:
C:/Users/YourName/Documents/data.csvトピック例:「地域別の売上動向」
クロードにデータを分析してもらいましょう
クロードはCSVファイルを読み込み、自動的にインサイトを生成します
サーバーはチャンク化を使用して大きなファイルを効率的に処理します
トラブルシューティング
クロードはMCPサーバーを表示しません
%APPDATA%\Claude\claude_desktop_config.jsonにある構成ファイルを確認します。これは、distディレクトリ内のコンパイルされたJavaScriptファイルを指す必要があります。
npm run buildでプロジェクトを再構築してみてください開発者モードを有効にして、MCP ログファイルを確認します (開発者 → MCP ログファイルを開く)
開発者 → すべてのMCPサーバーを再読み込みを使用して強制的に更新します
ファイルの読み取り権限エラー
クロードがCSVファイルの場所にアクセスできることを確認してください
スラッシュ(
/)またはエスケープされたバックスラッシュ(\\)を使用した絶対パスを使用してみてください
スクリプト内のJavaScriptエラー
スクリプトが許可されたモジュールと互換性があることを確認してください
クロードの回答にあるエラーメッセージを確認します
ライセンス
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