masv for Cursor
io.github.getmasv/masv
Provides tools to use MASV API. MASV is reliable and secure large file transfer service.
client:Cursor
transport:stdio
runtime:npm
Install masv in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"masv": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs