MCP Data Analizer - Secure MCP Server by ALMC Security 2025

MCP Data Analizer

View on GitHub

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": {
    "command": "uv",
    "args": [
      "--directory",
      "/path_to_mcp_data_analyzer/src/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": {
    "command": "uv",
    "args": [
      "--directory",
      "/path_to_mcp_data_analyzer/src/mcp_data_analyzer",
      "run",
      "mcp_data_analyzer"
    ]
  }
}

公開サーバー

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

Related in Productivity - Secure MCP Servers

ServerSummaryActions
MCP Invoice ParserTo use with Claude Desktop update the configuration as below:View
Odoo-MCPA modern bridge system for interacting with Odoo ERP systems through MCP (Model Context Protocol).View
Browser MCPBrowser MCP is an MCP server + Chrome extension that allows you to automate your browser using AI ap...View
MauticA comprehensive Model Context Protocol (MCP) server that provides full integration with Mautic marke...View
OutlineA Model Context Protocol (MCP) server enabling AI assistants to interact with Outline (https://www.g...View
YouTrackAn MCP (Model Context Protocol) server that provides YouTrack REST API access to AI agents like GitH...View