$ timeahead.in
/ servers/npm/@postman/postman-mcp-server
npm

@postman/postman-mcp-server

A simple MCP server to operate on the Postman API

258 stars13k/wkupdated 1d agogithub ↗
89good
▣ Overview

What it does

The server connects Claude and other AI agents to the Postman API, exposing programmatic access to workspaces, collections, and environments. It offers three configurable tool sets—Minimal (essential operations), Code (API client code generation), and Full (comprehensive API tooling)—and runs either as a managed remote service with OAuth or as a local process authenticated with an API key.

Who it's for

API developers and teams integrating AI into their development workflow. Backend engineers who need to query Postman collections during coding or CI/CD setup. QA and automation engineers automating API testing and validation at scale.

Common use cases

  • Query collections and environments from Claude Code to surface API schemas and endpoints while debugging or writing integration tests
  • Generate client code in multiple languages from OpenAPI definitions stored in Postman
  • Automate collection exports, environment variable synchronization, and workspace management through natural language prompts
  • Extract API metadata (schemas, auth schemes, endpoints) to populate documentation sites or developer dashboards
  • Run the server locally to keep sensitive API definitions off third-party infrastructure

Setup pitfalls

  • The remote server (https://mcp.postman.com) authenticates with OAuth, while the local server requires a Postman API key in the POSTMAN_API_KEY environment variable—do not assume both support the same authentication method
  • The tool set (Minimal, Code, Full) determines which capabilities are available; choose the right mode upfront to avoid mid-workflow discovery that a tool doesn't exist
  • The server reads and writes collections to the filesystem; isolate its working directory if the host runs untrusted code
  • OAuth setup and configuration differ by IDE and MCP host; check Postman's integration guide for your specific tool to avoid misconfiguration
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
73
14.7
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
88.7
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "postmanpostman": {
      "command": "npx",
      "args": [
        "-y",
        "@postman/postman-mcp-server"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
70/ 100 · is this project alive?
contributors (1y)13
top contributor share58%
releases (1y)34
last release1d ago
ci✓ passing
⛁ Raw data
weekly downloads13k
github stars258
forks78
open issues14
license✓ present
readme length31514 chars
last publish0d ago
last commit1d ago
last updated1d ago
install verified✓ pass · 29d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points