Skip to main content
Glama

Claude MCP Data Explorer

by tofunori

load-csv

Import CSV files into DataFrames for analysis using the Claude MCP Data Explorer. Specify the file path and optional DataFrame name to organize and process data efficiently.

Instructions

Load a CSV file into a DataFrame for analysis

Input Schema

NameRequiredDescriptionDefault
csv_pathYesPath to the CSV file to load
df_nameNoName for the DataFrame (optional, defaults to df_1, df_2, etc.)

Input Schema (JSON Schema)

{ "properties": { "csv_path": { "description": "Path to the CSV file to load", "type": "string" }, "df_name": { "description": "Name for the DataFrame (optional, defaults to df_1, df_2, etc.)", "type": "string" } }, "required": [ "csv_path" ], "type": "object" }
Install Server

Other Tools from Claude MCP Data Explorer

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/tofunori/claude-mcp-data-explorer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server