Skip to content
Cursor

postman for Cursor

com.mcparmory/postman

Create, organize, and manage API collections, specifications, and team workspaces

client:Cursor transport:stdio runtime:pypi

Install postman in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "postman": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-postman"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

postman in other clients