An open API service indexing awesome lists of open source software.

https://github.com/haobosang/datax-mcp-server

Datax is an intelligent data analysis tool designed for the AI era, enabling users to interact with data through natural language to effortlessly gain deep business insights and predictive analytics.
https://github.com/haobosang/datax-mcp-server

Last synced: 2 months ago
JSON representation

Datax is an intelligent data analysis tool designed for the AI era, enabling users to interact with data through natural language to effortlessly gain deep business insights and predictive analytics.

Awesome Lists containing this project

README

          

# Datax MCP Server

Datax is an intelligent data analysis tool designed for the AI era, enabling users to interact with data through natural language to effortlessly gain deep business insights and predictive analytics.
## ✨ Core Features

- 🔎 **Data Search**:

### How to Use
```bash
uv init

uv venv

source .venv/bin/activate

uv add --default-index https://pypi.tuna.tsinghua.edu.cn/simple requests

uv add requests fastmcp

uv run server.py

```