---
title: "Postman MCP Server"
description: "Connects AI agents and IDEs to your Postman collections, specs and environments."
canonical: "https://vetted.tools/mcp/postman-mcp-server"
source: "https://vetted.tools/mcp/postman-mcp-server.md"
---

# Postman MCP Server

Connects AI agents and IDEs to your Postman collections, specs and environments.

Source: https://vetted.tools/mcp/postman-mcp-server

- Slug: `postman-mcp-server`
- By [Postman](https://vetted.tools/companies/postman) ([postman.com](https://www.postman.com/product/mcp-server/), checked 2026-09-26)
- Repository: [https://github.com/postmanlabs/postman-mcp-server](https://github.com/postmanlabs/postman-mcp-server)

## Install

### Claude Code (Terminal)

```text
claude mcp add --transport stdio postman -- npx -y @postman/postman-mcp-server
```

### Cursor (~/.cursor/mcp.json)

```json
{
  "mcpServers": {
    "postman": {
      "command": "npx",
      "args": [
        "-y",
        "@postman/postman-mcp-server"
      ]
    }
  }
}
```

### Codex (~/.codex/config.toml)

```text
[mcp_servers.postman]
command = "npx"
args = ["-y", "@postman/postman-mcp-server"]
```

## Facts

- License: Apache-2.0 ([GitHub](https://github.com/postmanlabs/postman-mcp-server), checked 2026-09-25)
- Official: Yes. The registry verified the publisher's namespace. ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.postman%2Fpostman-mcp-server), checked 2026-09-25)
- Registry version: 2.13.0 ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.postman%2Fpostman-mcp-server), checked 2026-09-25)
- Transport: Remote MCP (streamable HTTP) ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.postman%2Fpostman-mcp-server), checked 2026-09-25)

## Maintenance

- 16 contributors on [GitHub](https://github.com/postmanlabs/postman-mcp-server) as of 2026-09-25.
- 6,909 downloads on [npm](https://www.npmjs.com/package/@postman/postman-mcp-server) in the 7 days to 2026-09-25.

## Elsewhere on this site

- Home: https://vetted.tools/index.md
- Use cases: https://vetted.tools/use-cases.md
- Tools: https://vetted.tools/tools.md
- The brief: https://vetted.tools/brief.md
- Assessment: https://vetted.tools/assessment.md
- Site summary for agents: https://vetted.tools/llms.txt
- Every published page in one file: https://vetted.tools/llms-full.txt
- Every URL the site publishes: https://vetted.tools/sitemap.xml
