← All servers

postman-mcp-server

com.postman/postman-mcp-server v2.11.1
Official Registry other

A basic MCP server to operate on the Postman API.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add postman-mcp-server --transport http https://mcp.postman.com/mcp
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "postman-mcp-server": {
      "url": "https://mcp.postman.com/mcp"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "postman-mcp-server": {
      "serverUrl": "https://mcp.postman.com/mcp"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "postman-mcp-server": {
      "type": "http",
      "url": "https://mcp.postman.com/mcp"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "postman-mcp-server": {
      "url": "https://mcp.postman.com/mcp"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postman-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.postman.com/mcp"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://mcp.postman.com/mcp
Authorization: •••••• (required)
streamable-http https://mcp.postman.com/minimal
Authorization: •••••• (required)
streamable-http https://mcp.eu.postman.com/mcp
Authorization: •••••• (required)
streamable-http https://mcp.eu.postman.com/minimal
Authorization: •••••• (required)

Packages

npm @postman/postman-mcp-server@2.11.1
mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.11.1/postman-mcp-server-minimal.mcpb
mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.11.1/postman-mcp-server-full.mcpb
mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.11.1/postman-mcp-server-code.mcpb

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/com.postman--postman-mcp-server/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent