MCP Data Analyzer
Enables data visualization by generating various graphs and charts using Plotly for statistical analysis of loaded data files.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Data Analyzerload sales_data.csv and create a bar chart of monthly revenue"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Data Analyzer
Features
Data Loading and Analysis: Supports loading
.xlsxand.csvfiles for statistical analysis.Visualization: Generate various graphs and charts using
matplotlibandplotly.
Related MCP server: ChatBI MCP Server
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 syncDevelopment (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"
]
}
}Maintenance
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
- Flicense-qualityDmaintenanceEnables users to preprocess, analyze, and visualize CSV data through comprehensive tools for data manipulation, statistical analysis, and graph generation.Last updated3
- Flicense-qualityDmaintenanceEnables AI-powered business intelligence and data analysis using pandas and LLM code generation. Supports automated data processing, statistical analysis, and visualization creation through natural language interactions.Last updated15
- Flicense-qualityDmaintenanceEnables analysis of datasets from CSV/Excel files, Google Sheets, and Google Drive with comprehensive data profiling tools including schema inference, missing value reports, correlation analysis, and outlier detection. Supports exporting analytical reports in multiple formats to local storage or Google Drive.Last updated
- FlicenseAqualityDmaintenanceEnables comprehensive analysis of CSV files and SQLite databases through tools for statistics, correlations, anomaly detection, pivot tables, time series analysis, visualization, and automated insights discovery.Last updated16
Related MCP Connectors
The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.
Renders interactive Chart.js charts and dashboards inline in AI conversations.
Find novel, statistically validated patterns in tabular data — hypothesis-free.
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/OuchiniKaeru/mcp-data-analyzer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server