Postman
Freeby MCP Community
A Model Context Protocol (MCP) server for Postman API integration, providing tools for workspace, collection, request, environment, folder, and mock server mana
v1.2.0Added Apr 12, 2026
mcpmodel-context-protocolpostmanpostman-mcppostman-mcp-server
Postman MCP Server
A Model Context Protocol (MCP) server for Postman API integration, providing tools for workspace, collection, request, environment, folder, and mock server mana
Installation
Reviews
Installation
Quick install
npx -y postman-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"postman": {
"command": "npx",
"args": ["-y", "postman-mcp-server"]
}
}
}