mcp-postman
56
The Postman MCP Server allows for the execution of Postman collections using the Newman tool, providing detailed execution results. It supports integration with LLMs and features comprehensive test reporting.
Postman MCP Server
An MCP server that runs Postman collections using Newman, allowing LLMs to execute API tests and retrieve detailed results through a standardized interface.
Features
- Run Postman collections using Newman
- Support for environment files
- Support for global variables
- Detailed test results including:
- Overall success/failure status
- Test summary
- Detailed failure information
- Execution timings
Installation
- Automatic installation via Smithery.
- Manual installation involves cloning the repo, installing dependencies, and building the project.
Usage
- Configure the server in Claude desktop settings and use it to run Postman collections.
Development
- Project structure is laid out with an entry point, server implementations, and test setups.
- Includes instructions for running tests and building the project.