mcp-postman
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.
What is the primary function of the Postman MCP Server?
The primary function is to run Postman collections using Newman and provide detailed test results through a standardized interface.
Can the server handle environment and global variables?
Yes, the server supports both environment files and global variables.
What kind of test results can I expect?
You can expect detailed results including overall success/failure status, test summary, detailed failure information, and execution timings.
How do I install the Postman MCP Server?
You can install it via Smithery using the command npx -y @smithery/cli install mcp-postman --client claude
or manually by cloning the repository and building the project.
Is there a way to run tests with coverage?
Yes, you can run tests with coverage using the command pnpm test:coverage
.