Skip to content
Grok

masv for Grok

io.github.getmasv/masv

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

client:Grok transport:stdio runtime:npm

Install masv in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

masv in other clients