CLIO Parquet for Cursor
io.github.iowarp/parquet-mcp
MCP server for Apache Parquet files
client:Cursor
transport:stdio
runtime:pypi
Install CLIO Parquet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"parquet-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs