data-profiler-mcp
Rank #8,216io.github.haiiibin/data-profiler-mcp
Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents.
data-profiler-mcp is a Model Context Protocol (MCP) server published by haiiibin. It ranks #8,216 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. data-profiler-mcp is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 107,375 of 115,591 servers on MCP Toplist.
Use data-profiler-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add data-profiler-mcp -- uvx data-profiler-mcp[mcp_servers.data-profiler-mcp]
command = "uvx"
args = ["data-profiler-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"data-profiler-mcp": {
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"data-profiler-mcp": {
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"data-profiler-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"data-profiler-mcp": {
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"data-profiler-mcp": {
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.haiiibin%2Fdata-profiler-mcp)<a href="https://mcptoplist.com/server/io.github.haiiibin%2Fdata-profiler-mcp"><img src="https://mcptoplist.com/badge/io.github.haiiibin%2Fdata-profiler-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
haiiibin
Other servers by haiiibin
View all haiiibin servers →Available versions (4)
| Version | Published |
|---|---|
| 0.3.0 | Aug 14, 2026 |
| 0.1.4 | Jul 29, 2026 |
| 0.1.3 | Jul 28, 2026 |
| 0.1.2 | Jul 22, 2026 |
Frequently asked questions
- Who maintains data-profiler-mcp?
- data-profiler-mcp is maintained by haiiibin, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is data-profiler-mcp listed on the Official MCP Registry?
- Yes — data-profiler-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does data-profiler-mcp have?
- MCP Toplist tracks 4 versions of data-profiler-mcp, most recently published on Aug 14, 2026.
- Where can I find the source code for data-profiler-mcp?
- The source code for data-profiler-mcp is hosted at github.com/haiiibin/data-profiler-mcp.