P
Postman MCP Server
by @sondang91
Custom Postman MCP Server
Created 1/23/2026
Updated about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-postman-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"sondang91-postman-mcp-server": {
"command": "npx",
"args": [
"sondang91-postman-mcp-server"
]
}
}
}