Skip to content
Cursor

csvto mcp for Cursor

io.github.bishop81/csvto-mcp

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

client:Cursor transport:stdio runtime:npm

Install csvto mcp in Cursor

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

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

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

csvto mcp in other clients