Postman
Freeby MCP Community
A simple MCP server to operate on the Postman API
v2.8.4Added Apr 12, 2026
Postman MCP Server
A simple MCP server to operate on the Postman API
Installation
npx -y @postman/postman-mcp-server
Reviews
Installation
Quick install
npx -y @postman/postman-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"postman": {
"command": "npx",
"args": ["-y", "@postman/postman-mcp-server"]
}
}
}