McpMux
Back to Registry

Postman (npx) MCP Server

Community

Contributed by Postman

Manage Postman collections, workspaces, environments, and API specifications. Search APIs, generate client code, and run collections.

About the Postman (npx) MCP Server

The Postman (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Postman collections, workspaces, environments, and API specifications. Search APIs, generate client code, and run collections. This is a community-contributed MCP server by Postman.

Install the Postman (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@postman/postman-mcp-server@latest"
  ],
  "env": {
    "POSTMAN_API_KEY": "${input:POSTMAN_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "POSTMAN_API_KEY",
        "label": "Postman API Key",
        "description": "API key for the Postman API. Required to access your workspaces, collections, and environments.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "PMAK-xxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://go.postman.co/settings/me/api-keys",
          "instructions": "1. Log in to postman.com\n2. Click your avatar > Settings > API keys\n3. Click 'Generate API Key'\n4. Name your key and click 'Generate'\n5. Copy the key",
          "button_label": "Generate API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

postmanapitestingcollectionsapi-specscode-generation

Supported AI Clients

The Postman (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Postman (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.