Odel
csvto

csvto

Local
@bishop81TypeScriptMITUpdated 1w ago

Local CSV, JSON and Excel conversion. Files are never uploaded and never enter the context.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcsvto-mcpv0.1.2

Run

npx -y csvto-mcp

MCP client config

{
  "mcpServers": {
    "csvto": {
      "command": "npx",
      "args": [
        "-y",
        "csvto-mcp"
      ]
    }
  }
}