mcpbeat Sign in

Masv MCP Server

local only

Masv runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 12 Aug 2026.

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

Installs per day peak 20 · avg 6 · +52% w/w
a month agotoday
31
Installs / week
npm · @getmasv/masv-mcp-server
5
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Masv every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add masv -- npx -y @getmasv/masv-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "masv": {
      "args": [
        "-y",
        "@getmasv/masv-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.masv]
command = "npx"
args = ["-y", "@getmasv/masv-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "masv": {
      "args": [
        "-y",
        "@getmasv/masv-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "masv": {
      "args": [
        "-y",
        "@getmasv/masv-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MASV_TEAM_ID (Your MASV team identifier), MASV_API_KEY (Your MASV API key for authentication), MASV_ALLOW_DELETE (Set to true to enable delete operations for packages and portals). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Masv

same job, measured the same way
MCP Cloudflare
by crunchtools

Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules

72 installs/wk local only
Agent Payment MCP
by apoth3osis-ai

Secure MCP router providing access to AgentPMT's pay-per-use AI tools marketplace.

local only
FedRAMP 20x Requirements
by kevinrabun

An MCP server that provides access to FedRAMP 20x security requirements and controls.

294 installs/wk local only
SRIFT
by srift

Secure P2P file transfer and encrypted chat for AI agents. No accounts, no API keys.

288 installs/wk 8 tools answering
MCP Gitlab
by crunchtools

Secure MCP server for GitLab projects, merge requests, issues, and pipelines

80 installs/wk local only
Compliance Trestle MCP
by oscal-compass

An MCP server that provides tools to author OSCAL security compliance documentation

149 installs/wk local only
Sms Verify
by jojapi

SMS Verify: SMS Verify API is a secure and easy-to-integrate service that sends verification codes.

2 tools answering
MCP Bastion
by gowthaman90

Reliability + security proxy for MCP: runtime tool-security and a compliance-mapped audit trail.

136 installs/wk local only

Masv — questions

Answers built from our own checks of this server.

Why is there no uptime for Masv?
Masv runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @getmasv/masv-mcp-server was installed 31 times last week.
How do I connect Masv?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @getmasv/masv-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Masv?
The npm package @getmasv/masv-mcp-server was installed 31 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Masv open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.