mcp-server-datahub

acryldata/mcp-server-datahub
★ 72 stars Python 🌐 Browser/Web Updated today
The official Model Context Protocol (MCP) server for DataHub (https://datahub.com)
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-server-datahub": {
      "command": "uvx",
      "args": [
        "mcp-server-datahub"
      ]
    }
  }
}

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