MCP Catalogs
Home

postman-mcp-server

by postmanlabs·240·Score 51

Postman MCP Server connects AI tools to Postman APIs for testing, collections management, and code generation.

developer-toolsai-llmproductivity
73
Forks
6
Open issues
this month
Last commit
2d ago
Indexed

Overview

The Postman MCP Server is a well-documented, actively maintained solution that enables AI agents to interact with Postman workspaces, collections, and environments. It offers multiple configuration options (Minimal, Full, Code) to suit different needs from basic API operations to advanced collaboration features. The server supports both remote (OAuth and API key authentication) and local deployment methods, with comprehensive documentation for various AI integrations.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automated API testing using Postman collections
you:Natural language management of workspaces and environments
you:Client code generation from API definitions
you:What authentication methods are supported?
you:What's the difference between Minimal, Full, and Code configurations?

When to choose this

Choose this server if you're already using Postman for API development and want to enable AI agents to interact with your API collections, environments, and documentation directly.

When NOT to choose this

Avoid if you're not using Postman, need to test private APIs with the remote server, or require custom authentication methods beyond OAuth or Postman API keys.

Tools this server exposes

12 tools extracted from the README
  • create_collection

    Create a new Postman collection

  • update_collection

    Update an existing Postman collection

  • get_collection

    Retrieve a specific Postman collection

  • create_request

    Create a new request in a Postman collection

  • update_request

    Update an existing request in a Postman collection

  • create_environment

    Create a new Postman environment

  • update_environment

    Update an existing Postman environment

  • create_workspace

    Create a new Postman workspace

  • execute_request

    Execute a request in Postman and get the response

  • generate_client_code

    Generate client code from a Postman collection

  • create_spec

    Create an API specification from code

  • search_collection

    Search for collections or requests in Postman

Note: Tool names inferred from use cases and configuration descriptions. The actual tool names might differ as the complete list is in an external collection.

Comparable tools

restai-mcpswagger-mcpopenapi-mcpinsomnia-mcp

Installation

Remote Server (Recommended)

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "postman": {
      "command": "http",
      "args": ["https://mcp.postman.com/minimal"]
    }
  }
}

For VS Code, use the [Install in VS Code](https://insiders.vscode.dev/redirect/mcp/install?name=postman_mcp_server&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fmcp.postman.com%2Fminimal%22%2C%22headers%22%3A%7B%22Authorization%22%3A%22Bearer%20YOUR_API_KEY%22%7D%7D) button or configure manually in .vscode/mcp.json.

FAQ

What authentication methods are supported?
The server supports OAuth (recommended for US servers) and Postman API key authentication (required for EU servers).
What's the difference between Minimal, Full, and Code configurations?
Minimal includes essential tools for basic operations; Full includes all 100+ Postman API tools; Code focuses on generating client code from API definitions.

Compare postman-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.