Postman MCP Server

The Postman MCP Server implements the Model Context Protocol (MCP) to connect AI agents and coding assistants - including Claude Code, Cursor, VS Code Copilot, GitHub Copilot CLI, and Gemini CLI - directly to your Postman workspaces, collections, specifications, and environments.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 302 · #4 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Postman MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add postmanlabs-postman-mcp-server --transport http https://mcp.postman.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "postmanlabs-postman-mcp-server": {
      "url": "https://mcp.postman.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.postman.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · Claude Desktop extension (.mcpb bundle) · remote - your agent's requests go to mcp.postman.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

npm package @postman/postman-mcp-server - the @postman scope differs from the repo owner (postmanlabs); confirm it's the project's official package

registry vendor namespace com.postman - domain-verified with the official MCP registry

03 · What Postman MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.12.0 · 2026-08-18

v2.11.2 · 2026-07-24

v2.11.1 · 2026-07-14

04 · Who maintains Postman MCP Server

postman-mcp-server is maintained by postmanlabs. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
API integration - ranked #4 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-18)
registry
com.postman/postman-mcp-server (active, first published 2025-10-31 · 20 versions)
packages
npm:@postman/postman-mcp-server · mcpb:https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.12.0/postman-mcp-server-minimal.mcpb · mcpb:https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.12.0/postman-mcp-server-full.mcpb · mcpb:https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.12.0/postman-mcp-server-code.mcpb

06 · Postman MCP Server FAQ

What is Postman MCP Server?

The Postman MCP Server implements the Model Context Protocol (MCP) to connect AI agents and coding assistants - including Claude Code, Cursor, VS Code Copilot, GitHub Copilot CLI, and Gemini CLI - directly to your Postman workspaces, collections, specifications, and environments.

Is Postman MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Postman MCP Server?

Run `npx -y @postman/postman-mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Postman MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Postman MCP Server

head to head · Postman MCP Server vs Telnyx · Postman MCP Server vs Microsoft 365 MCP Server · Hostinger API MCP vs Postman MCP Server

More API integration MCP servers · Newsmcp · Qrz MCP · Scopus MCP · Strava MCP (r-huijts) · Code Sample X

More TypeScript MCP servers · Postproxy · Continuum · Qaskills · sf-intelligence - Salesforce org intelligence for AI agents · see all