Postman MCP Server 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
Issue Health high impact
Platforms medium impact
Supported Platforms
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 sRead full README on GitHub →