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.
- Host: GitHub
- URL: https://github.com/haobosang/datax-mcp-server
- Owner: haobosang
- License: apache-2.0
- Created: 2025-04-16T11:32:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-16T11:58:17.000Z (7 months ago)
- Last Synced: 2025-04-16T15:48:46.207Z (7 months ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-mcp-servers - **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. `python` `ai` `pip install git+https://github.com/haobosang/datax-mcp-server` (🤖 AI/ML)
- awesome-mcp-servers - **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. `python` `ai` `pip install git+https://github.com/haobosang/datax-mcp-server` (🤖 AI/ML)
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
```