All MCP servers

Postman Mcp Server

Official
by Api.AirforceStreamable HTTP0256Apache-2.0

A basic MCP server to operate on the Postman API.

mcpopen-source

Endpoint

POST https://mcp.postman.com/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "postman-mcp-server-imp9fd9b": {
      "url": "https://mcp.postman.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}