[ MCP_NODE_3851 ]

postman

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Postman’s MCP server connects AI agents, assistants, and chatbots directly to your APIs on Postman. Use natural language to prompt AI to automate work across your Postman collections, environments, workspaces, and more.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "postman-en": {
            "description": "Postman's MCP server connects AI agents, assistants, and chatbots directly to your APIs on Postman. Use natural language to prompt AI to automate work across your Postman collections, environments, workspaces, and more.",
            "type": "http",
            "url": "https://mcp.postman.com/{minimal | mcp}",
            "headers": {
                "Authorization": "Bearer ${input:postman-api-key}"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
http
ENDPOINT
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.