You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@postman/postman-mcp-cli

Package Overview
Dependencies
Maintainers
404
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postman/postman-mcp-cli

A CLI tool to download a ZIP by ID, unzip, and run node mcpServer.js

1.0.1
latest
npmnpm
Version published
Weekly downloads
127
-77.48%
Maintainers
404
Weekly downloads
 
Created
Source

Postman MCP Runner

A CLI tool to download, extract, and run MCP (Model Context Protocol) servers from S3. This tool simplifies the process of running MCP servers by handling the download, extraction, and execution in a single command.

Features

  • 🔄 Downloads MCP server ZIP files from S3 by ID
  • 📦 Extracts server files and dependencies
  • 🚀 Runs MCP servers with proper stdin/stdout communication
  • 📚 Handles node_modules dependencies
  • 🔧 Supports bidirectional communication for MCP protocol

Installation

Prerequisites

  • Node.js (v18.19.1 or later recommended)
  • npm or yarn

Usage

Basic Usage

# Run an MCP server by ID
node bin/cli.js <server-id>

# Example
node bin/cli.js my-mcp-server-123

If installed globally

# If you ran npm link, you can use the command directly
@postman/postman-mcp-cli <server-id>

How it Works

  • Download: Fetches the MCP server ZIP file from S3 using the provided ID
  • Extract: Unzips the server files to a temporary directory
  • Dependencies: Runs npm install
  • Execute: Runs node mcpServer.js with proper stdin/stdout piping for MCP protocol communication

FAQs

Package last updated on 21 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts