Skip to main content
Glama

MCP Data Analyzer

Features

  • Data Loading and Analysis: Supports loading .xlsx and .csv files for statistical analysis.

  • Visualization: Generate various graphs and charts using matplotlib and plotly.

Installation

To install this project, clone the repository using git:

git clone https://github.com/OuchiniKaeru/mcp-data-analyzer.git
cd mcp-data-analyzer
uv sync

Development (Unpublished Servers)

"mcpServers": {
  "mcp-data-analyzer": {
    "disabled": false,
    "timeout": 60,
    "type": "stdio",
    "command": "uv",
    "args": [
      "--directory",
      "/path_to/mcp-data-analyzer/",
      "run",
      "mcp-data-analyzer"
    ]
  }
}

Published Servers

"mcpServers": {
  "mcp-data-analyzer": {
    "command": "uvx",
    "args": [
      "mcp-data-analyzer"
    ]
  }
}

機能

  • データ読み込みと分析: .xlsx および .csv ファイルの読み込みと統計分析をサポートします。

  • 可視化: matplotlib および plotly を使用して、さまざまなグラフやチャートを生成します。

インストール

このプロジェクトをインストールするには、git を使用してリポジトリをクローンします。

git clone https://github.com/OuchiniKaeru/mcp-data-analyzer.git
cd mcp-data-analyzer
uv sync

開発 (未公開サーバー)

"mcpServers": {
  "mcp-data-analyzer": {
    "disabled": false,
    "timeout": 60,
    "type": "stdio",
    "command": "uv",
    "args": [
      "--directory",
      "/path_to/mcp-data-analyzer/",
      "run",
      "mcp-data-analyzer"
    ]
  }
}

公開サーバー

"mcpServers": {
  "mcp-data-analyzer": {
    "command": "uvx",
    "args": [
      "mcp-data-analyzer"
    ]
  }
}
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/OuchiniKaeru/mcp_data_analyzer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server