Servers
MCP From Zero: Quick Data
@disler
Prompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quick-data-mcp": {
"command": "uv",
"args": [
"run",
"python",
"main.py"
]
}
}
}