Skip to content
Cursor

csv mcp for Cursor

io.github.mrfentmen/csv-mcp

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

client:Cursor transport:stdio runtime:npm

Install csv mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

csv mcp in other clients