Masv MCP Server

An MCP (Model Context Protocol) server that provides LLMs with tools to interact with the MASV API. Its 21 documented tools cover package, portal, files, integration. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 5 · #98 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Masv

before you install - you'll need

Set MASV_TEAM_ID, MASV_API_KEY before connecting.

Claude Code

claude mcp add getmasv-masv-mcp-server -- npx -y @getmasv/masv-mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @getmasv/masv-mcp-server - published under the repo owner's npm scope (@getmasv)

registry namespace io.github.getmasv is GitHub-verified and matches the repo owner

03 · What Masv can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list team packages, get package details by ID, list packages uploaded to portals, and list files in a package.

Capability map

Tools grouped from the project's README - what Masv lets an agent do.

Package

6 tools - e.g. Get package details by ID; List files in a package; Get package transfer history

get_package · get_package_files · get_package_transfers · update_package_expiration_date_and_time · delete_package · send_package_to_integration

read & search

5 tools - e.g. List team packages; List all portals; Get event history for an activity

get_packages · get_portals · get_activity_events · get_integrations · get_team_members

Portal

5 tools - e.g. List packages uploaded to portals; Get portal details by ID; Create a new portal

get_portal_packages · get_portal · create_portal · update_portal · delete_portal

Files

3 tools - e.g. Browse files on cloud integrations; Browse files on Storage Gateway; Transfer files from storage to MASV (works with both cloud and MASV Storage Gateway)

list_files_on_integration · list_files_on_storage_gateway · transfer_files_from_integration

Activities

2 tools - e.g. List activities and events; Get detailed activity state descriptions

get_activities · get_activities_information

Latest releases

0.0.6 · 2026-08-12

Added glama json · Updated github ci, release flow, added kiro files · bump version to 0.0.6

0.0.5 · 2026-04-30

0.0.4 · 2026-04-29

04 · Who maintains Masv

masv is maintained by getmasv. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
API integration - ranked #98 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-12)
registry
io.github.getmasv/masv (active, first published 2026-04-30 · 2 versions)
packages
npm:@getmasv/masv-mcp-server

06 · Masv FAQ

Is Masv still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Masv do?

With this server connected, an agent can list team packages, get package details by ID, list packages uploaded to portals, and list files in a package.

How do I install Masv?

Run `npx -y @getmasv/masv-mcp-server`. The README documents 2 environment variables (MASV_TEAM_ID, MASV_API_KEY) to set first. Set MASV_TEAM_ID, MASV_API_KEY before connecting. You can also paste the ready-made client config above.

Does Masv run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Masv

More API integration MCP servers · Mockd · Git Hits · Enrich - Company Domain Intelligence · Server Taiwan Weather · Growthbook MCP

More TypeScript MCP servers · Mcpm · Munin · Rephonic · Sentry MCP · Xcode Build MCP · see all