MCP Server
Active
MIT
io.github.haiiibin/data-profiler-mcp MCP Server
io.github.haiiibin/data-profiler-mcp
What is the io.github.haiiibin/data-profiler-mcp MCP server?
Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents.
How to install io.github.haiiibin/data-profiler-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"data-profiler-mcp": {
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"data-profiler-mcp": {
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"data-profiler-mcp": {
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"data-profiler-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}Claude Code
claude mcp add data-profiler-mcp -- uvx data-profiler-mcpRelated MCP servers
Canadian ACB and capital gains: average-cost, per-disposition gains, superficial-loss detection.
0
View repository →Python
MIT