mcp-server-text-to-sql

vinovator/mcp-server-text-to-sql
★ 0 stars Python AI/LLM Updated 1mo ago
An MCP (Model Context Protocol) server that enables LLMs to query the "AI Impact on Jobs 2030" dataset using natural language, translated to SQL via DuckDB.
View on GitHub → 🔍 Audit Wallet Slippage →

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-text-to-s": {
      "command": "uvx",
      "args": [
        "mcp-server-text-to-sql"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-text-to-sql