Skip to content
Claude Desktop

csv mcp for Claude Desktop

io.github.mrfentmen/csv-mcp

Parse, filter, and inspect CSV data locally. No network and no key.

client:Claude Desktop transport:stdio runtime:npm

Install csv mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "csv-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/csv-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

csv mcp in other clients