Polars
MCP Serverby hxk622 · Added 5mo ago
Claude
4
Install
git clone https://github.com/hxk622/TokenDanceAdd to Claude
claude mcp add polarsQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"polars": {
"command": "npx",
"args": [
"@modelcontextprotocol/polars"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.
Tags
developmentpythonrustgoexpressskill