nlsql-mcp-server-npm

tushar-badhwar/nlsql-mcp-server-npm
★ 3 stars Python 🗄️ Database Updated 8d ago
npm package for NL to SQL MCP server
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": {
    "nlsql-mcp-server-npm": {
      "command": "uvx",
      "args": [
        "nlsql-mcp-server-npm"
      ]
    }
  }
}

Or install with pip: pip install nlsql-mcp-server-npm