Postman MCP Server
An MCP server providing access to the Postman API, built with TypeScript. It allows comprehensive management of Postman collections, environments, and APIs, based on the official OpenAPI specification.
Key features:
- Collections Management: CRUD operations, folder and request organization, response handling, version control, and commenting.
- Environments Management: Creation, retrieval, updating, and deletion of Postman environments.
- APIs Management: API creation, retrieval, updating, deletion, schema support, and tagging.
- Authentication & Authorization: API key authentication and role-based access control.
- Additional Features: Private API network management and webhooks.
Use cases:
- AI interaction layer for complex Postman operations.
- Automated testing workflows and API documentation maintenance.
- Error-sensitive operations like critical API testing and production deployments.