Postman MCP Server
@freebeiro
关于 Postman MCP Server
A simple API wrapper around Postman/Newman functionality for API testing and mock server generation
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Postman MCP Server?
A Node.js Express server that provides an interface for managing Postman collections, creating mock servers, and running API tests using Newman (Postman’s command-line collection runner). It is designed for API development and testing environments.
How to use Postman MCP Server?
Clone the repository, install dependencies with npm install, copy .env.example to .env and fill in your Postman API key, then run npm start. The server starts on the port defined in the .env file (default 3000). Use the provided API endpoints to manage test scenarios, mock servers, and run tests.
Key features of Postman MCP Server
- Create and manage test scenarios from Postman collections
- Generate mock servers based on Postman collections
- Run API tests using Newman
Use cases of Postman MCP Server
- Automate API testing workflows in a development pipeline
- Quickly spin up mock servers for front‑end or third‑party integration
- Centralize test scenario management across a team
FAQ from Postman MCP Server
What are the prerequisites for running the server?
Node.js v14 or higher, npm or yarn, and a valid Postman API key.
How do I configure the server?
Copy .env.example to .env, then update the file with your Postman API key and other configuration values.
What API endpoints are available?
POST /create-scenario– Create a test scenario from a Postman collectionPOST /create-mock– Create a mock server from a Postman collectionPOST /run-tests/:scenarioId– Run tests for a specific scenario using Newman
Where does the server store data?
The project includes a data/ directory for data storage, but the exact storage mechanism (e.g., files or database) is not specified in the README.
What transport does the server use?
The server listens for HTTP requests on the configured port (default 3000). No authentication mechanism beyond the Postman API key is described.
开发工具 分类下的更多 MCP 服务器
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
评论