Skip to content

Postman

Free

by Indie Developer

Manage API collections, run requests, and generate API documentation.

v1.0.0Added Feb 14, 2025
postmanapitestingrest
Works with:ClaudeGPTGeminiCopilot

Postman MCP Server

Manage API collections, run requests, and generate API documentation.

Features

  • Collection management
  • Request execution
  • Environment variables
  • Test scripts
  • Documentation generation

Installation

{
  "mcpServers": {
    "postman": {
      "command": "npx",
      "args": ["-y", "mcp-postman"]
    }
  }
}

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-postman
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postman": {
      "command": "npx",
      "args": ["-y", "mcp-postman"]
    }
  }
}