masv for Cline
io.github.getmasv/masv
Provides tools to use MASV API. MASV is reliable and secure large file transfer service.
client:Cline
transport:stdio
runtime:npm
Install masv in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs