arrow (MCP Server)

GitHub

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "arrow": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-arrow"
      ]
    }
  }
}