Odel
masv mcp server

masv mcp server

Local
@getmasv5TypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@getmasv/masv-mcp-serverv0.0.6

Run

npx -y @getmasv/masv-mcp-server

MCP client config

{
  "mcpServers": {
    "masv-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@getmasv/masv-mcp-server"
      ]
    }
  }
}