Metadata-Version: 2.4
Name: pandas-query-mcp
Version: 0.1.0
Summary: Add your description here
Author-email: neka-nat <nekanat.stock@gmail.com>
Requires-Python: >=3.12
Requires-Dist: mcp[cli]>=1.9.1
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.2.3
Requires-Dist: tabulate>=0.9.0
Description-Content-Type: text/markdown

# pandas-query-mcp

This is a MCP (Model Context Protocol) server for pandas-query.


## Setup

```json
{
  "mcpServers": {
    "pandas-query-mcp": {
      "command": "uvx",
      "args": [
        "pandas-query-mcp",
        "--file",
        "<file path>",
        "--sheet",
        "<sheet name or index>"
      ],
      "alwaysAllow": [
        "describe",
        "head",
        "tail",
        "query"
      ],
      "disabled": false
    }
  }
}
```
