Skip to content

Postman

Free

by MCP Community

A simple MCP server to operate on the Postman API

v2.8.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Postman MCP Server

A simple MCP server to operate on the Postman API

Installation

npx -y @postman/postman-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @postman/postman-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postman": {
      "command": "npx",
      "args": ["-y", "@postman/postman-mcp-server"]
    }
  }
}