
MCP Data Analizer
โ 1from OuchiniKaeru
Analyze and visualize data from .xlsx and .csv files using matplotlib and plotly.
๐ฅ๐ฅ๐ฅโ VerifiedFreeAdvanced setup
MCP Data Analyzer
Features
- Data Loading and Analysis: Supports loading
.xlsxand.csvfiles for statistical analysis. - Visualization: Generate various graphs and charts using
matplotlibandplotly.
ๆฉ่ฝ
- ใใผใฟ่ชญใฟ่พผใฟใจๅๆ:
.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"
]
}
}Copy & paste โ that's it
git clone https://github.com/OuchiniKaeru/mcp-data-analyzer.git
cd mcp-data-analyzer
uv syncInstallation
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"
]
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ