About
Overview
The Postman MCP Server enables AI agents to interact with Postman's API development platform. It provides tools for managing collections, running API requests, executing test suites, and accessing workspace documentation.
Capabilities
Tools & Capabilities
⚡list_collections
List Postman collections
⚡run_request
Execute an API request from a collection
⚡list_environments
List environments
⚡get_collection
Get a collection's requests and structure
⚡run_collection
Run all requests in a collection
Setup
Installation
bash
Install
npx -y mcp-server-postmanExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"postman": {
"command": "npx",
"args": ["-y", "mcp-server-postman"],
"env": {
"POSTMAN_API_KEY": "your-api-key"
}
}
}
}Quick Info
Authorpostman
LanguageTypeScript
StatusStable
Stars★ 90
Last UpdatedFeb 12, 2026