HomeOther › Postman MCP Server

Postman MCP Server

Give your AI agents trusted access to the full Postman platform.

Official TypeScript Remote
★ 317 stars Last pushed 2026-09-22 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.postman.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http postman-mcp-server https://mcp.postman.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "postman-mcp-server": {
      "url": "https://mcp.postman.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — A Bearer token and a valid Postman API key for authentication.

Remote (streamable-http)

https://mcp.postman.com/minimal Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http postman-mcp-server https://mcp.postman.com/minimal --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "postman-mcp-server": {
      "url": "https://mcp.postman.com/minimal",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — A Bearer token and a valid Postman API key for authentication.

Remote (streamable-http)

https://mcp.eu.postman.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http postman-mcp-server https://mcp.eu.postman.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "postman-mcp-server": {
      "url": "https://mcp.eu.postman.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — A Bearer token and a valid Postman API key for authentication.

Remote (streamable-http)

https://mcp.eu.postman.com/minimal Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http postman-mcp-server https://mcp.eu.postman.com/minimal --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "postman-mcp-server": {
      "url": "https://mcp.eu.postman.com/minimal",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — A Bearer token and a valid Postman API key for authentication.

Package (npm 2.13.0)

npx -y @postman/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "postman-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@postman/[email protected]"
      ],
      "env": {
        "POSTMAN_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • POSTMAN_API_KEY required secret — A valid Postman API key.

Package (mcpb)

Package: mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-minimal.mcpb

  • POSTMAN_API_KEY required secret — A valid Postman API key.

Package (mcpb)

Package: mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-full.mcpb

  • POSTMAN_API_KEY required secret — A valid Postman API key.

Package (mcpb)

Package: mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-code.mcpb

  • POSTMAN_API_KEY required secret — A valid Postman API key.

Package (mcpb)

Package: mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-learn.mcpb

  • POSTMAN_API_KEY required secret — A valid Postman API key.

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry