MCP Directory
Back

postman-mcp-server

by postmanlabs · TypeScript · ★ 268

Connect your AI to your APIs on Postman

#ai#mcp#mcp-server#postman

Install

npx -y github:postmanlabs/postman-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "postman-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:postmanlabs/postman-mcp-server"
      ]
    }
  }
}

From the README

The Postman MCP Server connects Postman to AI tools, giving AI agents and assistants the ability to access workspaces, manage collections and environments, evaluate APIs, and automate workflows through natural language interactions. Postman also offers the server as an [npm package](https://www.npmjs.com/package/@postman/postman-mcp-server). For the full installation guide with agent-specific setup, see Postman's [MCP Server product page](https://www.postman.com/product/mcp-server/). - **Minimal** — (Default) Only includes essential tools for basic Postman operations. Ideal for users who wa…
Read full README on GitHub →

Related other servers