← Back to browse

masv

Indexed by io.github.getmasv

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMASV_TEAM_ID MASV_API_KEY MASV_ALLOW_DELETE
Claude Code
claude mcp add --env MASV_TEAM_ID= --env MASV_API_KEY= --env MASV_ALLOW_DELETE= masv -- npx @getmasv/masv-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"masv","command":"npx","args":["@getmasv/masv-mcp-server"],"env":{"MASV_TEAM_ID":"","MASV_API_KEY":"","MASV_ALLOW_DELETE":""}}'
JSON
{
  "mcpServers": {
    "masv": {
      "command": "npx",
      "args": [
        "@getmasv/masv-mcp-server"
      ],
      "env": {
        "MASV_TEAM_ID": "",
        "MASV_API_KEY": "",
        "MASV_ALLOW_DELETE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.