Postman MCP Server
A server for managing Postman collections, creating mock servers, and running API tests using Newman.
Overview
The Postman MCP (Mock Collection Processor) Server is a Node.js Express application that provides a simple interface for:
- Test Scenario Management - Create and manage test scenarios using Postman collections
- Mock Server Generation - Generate mock servers based on Postman collections
- API Testing - Run tests against APIs using Newman (Postman’s command-line collection runner)
This server is designed to be used in conjunction with test environments for API development and testing.
Getting Started
Prerequisites
- Node.js (v14 or higher)
- npm or yarn
- Postman API key
Installation
- Clone the repository:
git clone <repository-url>
cd postman-mcp-server
- Install dependencies:
npm install
- Copy the example environment file and update with your values:
cp .env.example .env
- Update the
.env
file with your Postman API key and other configuration.
Running the Server
npm start
The server will run on the port specified in your .env
file (default: 3000).
API Endpoints
Create Test Scenario
POST /create-scenario
Create a new test scenario based on a Postman collection.
Create Mock Server
POST /create-mock
Create a new mock server based on a Postman collection.
Run Tests
POST /run-tests/:scenarioId
Run tests for a specific scenario using Newman.
Project Structure
postman-mcp-server/
├── .cursor/ # Cursor rules directory
├── data/ # Data storage
├── examples/ # Example requests and collections
├── src/ # Source code
│ ├── config/ # Configuration files
│ ├── controllers/ # Route controllers
│ ├── middleware/ # Express middleware
│ ├── models/ # Data models
│ ├── routes/ # API routes
│ ├── services/ # Business logic
│ ├── utils/ # Utility functions
│ └── index.js # Application entry point
├── tests/ # Tests
├── .cursorrules # Main cursor rules file
├── .env # Environment variables
├── .gitignore # Git ignore file
├── DEVELOPMENT_GUIDELINES.md # Development guidelines
├── SOLID_PRINCIPLES.md # SOLID principles guide
└── package.json # Project dependencies
Development Guidelines
This project follows strict development guidelines and SOLID principles to ensure maintainability and high-quality code. Please refer to the following documents before contributing:
- Development Guidelines
- SOLID Principles Guide
Cursor Rules
This project uses Cursor Rules to enforce our critical development guidelines. These rules are automatically applied when using Cursor as your development environment. Key rules include:
- 150-Line File Limit - Any file exceeding 150 lines should be split (SRP)
- No Code Duplication - Extract common functionality into utilities
- Comprehensive Testing - All code must have 95% test coverage
- API Examples - All endpoints need example requests
- JSDoc Comments - All public functions require proper documentation
- SOLID Principles - All code must adhere to SOLID principles
For details, check the .cursorrules
file and .cursor/rules/
directory.
Examples
The examples
directory contains practical examples showing how to use each API endpoint. These examples include both curl commands and JavaScript code snippets.
License
MIT
Postman Mock Collection Processor Server
Project Details
- freebeiro/postman-mcp-server
- Last Updated: 3/28/2025
Recomended MCP Servers
An advanced web browsing server for the Model Context Protocol (MCP) powered by Playwright, enabling headless browser interactions...
An (eventually) secure open-source MCP Server to turn any REST endpoint into MCP resources automatically
An MCP server that installs other MCP servers for you
一款优秀的开源博客发布应用。
Repository for MCP screenshot functionality
An MCP server that exposes AWS EC2 pricing data with an option to search by CPU, RAM, networking
mybatis-xml-fast-develop,一个 mybatis-xml、spring boot 快速开发集合、mybatis 编译期类 lombok 插件。
A biomedical literature annotation and relationship mining server based on PubTator3, providing convenient access through the MCP...
DARP engine. The MCP search engine for DARP.
Servidores MCP
