Skip to content
Claude Desktop

masv for Claude Desktop

io.github.getmasv/masv

Provides tools to use MASV API. MASV is reliable and secure large file transfer service.

client:Claude Desktop transport:stdio runtime:npm

Install masv in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "masv": {
      "command": "npx",
      "args": [
        "-y",
        "@getmasv/masv-mcp-server"
      ],
      "env": {
        "MASV_TEAM_ID": "<MASV_TEAM_ID>",
        "MASV_API_KEY": "<MASV_API_KEY>",
        "MASV_ALLOW_DELETE": "<MASV_ALLOW_DELETE>"
      }
    }
  }
}

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

masv in other clients