Content
## 🚀 Installation Methods
[](https://archestra.ai/mcp-catalog/tradercjz__dolphindb-mcp-server)
### ✅ Method 1: Using `uvx` (Recommended)
Install and run through `uvx`:
```bash
uvx install dolphindb-mcp-server
```
After installation, run directly:
```bash
uvx dolphindb-mcp-server
```
> 📌 **Note**: The `uvx` installation method requires building and uploading through `uv.pack` to Universe. If you haven't uploaded yet, please refer to the `uv` documentation for packaging and publishing.
### ✅ Method 2: Install from PyPI
```bash
pip install dolphindb-mcp-server
```
After installation, run:
```bash
dolphindb-mcp-server
```
### ✅ Method 3: Local Build & Install
```bash
git clone https://github.com/your-org/dolphindb-mcp-server.git
cd dolphindb-mcp-server
# Create and activate virtual environment
python -m venv .venv
source .venv/bin/activate
# Build and install
pip install build
python -m build
pip install dist/*.whl
```
After installation, run:
```bash
dolphindb-mcp-server
```
## 🧪 Test Run
After running, you can directly use the tool, for example:
```bash
dolphindb-mcp-server
```
Or (if installed via `uvx`):
```bash
uvx dolphindb-mcp-server
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
markitdown
Python tool for converting files and office documents to Markdown.
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
mempalace
The highest-scoring AI memory system ever benchmarked. And it's free.