MCP Directory
Back

quick-data-mcp

by disler · Python · ★ 149

Prompt focused MCP Server for .json and .csv agentic data analytics for Claude Code

Install

pip install git+https://github.com/disler/quick-data-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "quick-data-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/disler/quick-data-mcp.git"
      ]
    }
  }
}

From the README

> Purpose: Learn to build Powerful Model Context Protocol (MCP) servers by scaling tools into reusable agentic workflows (ADWs aka Prompts w/tools). > Quick-Data is a MCP server that gives your agent arbitrary data analysis on .json and .csv files. > > We use quick-data as a concrete use case to experiment with the MCP Server elements specifically: Prompts > Tools > Resources. > > See [quick-data-mcp](quick-data-mcp/README.md) for details on the MCP server We experiment with three leading questions: 1. How can we MAXIMIZE the value of custom built MCP servers by using tools, resources, and…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers