mcp-data-server

boettiger-lab/mcp-data-server
★ 18 stars Python 📊 Data/Analytics Updated 7d ago
Duckdb-based MCP server for datasets
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-data-server": {
      "command": "uvx",
      "args": [
        "mcp-data-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-data-server