Google PageRank for AI agents. 25,000+ tools indexed.

Postman MCP Server by shannonlal

#5212 of 5463 by shannonlal
19 score

Enables running Postman collections using Newman for conducting API tests and obtaining detailed result analysis via a standardized interface.

Ranked #5212 out of 5463 indexed tools.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 82
Freshness 1y ago
Issue Health 0%
Stars 84
Platform Breadth 1 platform
Contributors 2
Description Good

How to Improve

Freshness high impact

Last commit was 371 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 7 open vs 0 closed issues — triaging stale issues improves health

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for Postman MCP Server by shannonlal
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-shannonlal--mcp-postman)](https://agentrank-ai.com/skill/glama-shannonlal--mcp-postman/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-shannonlal--mcp-postman/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-shannonlal--mcp-postman" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# Postman MCP Server

An MCP (Model Context Protocol) server that enables running Postman collections using Newman. This server allows LLMs to execute API tests and get detailed results through a standardized interface.

<a href="https://glama.ai/mcp/servers/qfx34b2s2v"></a>

## Features

- Run Postman collections using Newman
- Support for environment files
- Support for global variables
- Detailed test results including:
  - Overall success/failure status
  - Test summary (total, passed, failed)
  - Detailed failure information
  - Execution timings

## Installation

### Installing via Smithery

To install Postman Runner for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-postman):

```bash
npx -y @smithery/cli install mcp-postman --client claude
```

### Manual Installation
```bash
# Clone the repository
git clone <repository-url>
cd mcp-postman

# Install dependencies
pnpm install

# Build the project
pnpm build
```

## Usage

### Configuration

Add the s
Read full README on GitHub →