Skip to content
VS Code

postman for VS Code

com.mcparmory/postman

Create, organize, and manage API collections, specifications, and team workspaces

client:VS Code transport:stdio runtime:pypi

Install postman in VS Code

.vscode/mcp.json

{
  "servers": {
    "postman": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-postman"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

postman in other clients