mcp-server-text-to-sql

vinovator/mcp-server-text-to-sql
★ 0 stars Python 🤖 AI/LLM Updated 1d 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 → Try with Claude — $10 free →

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