developer-tools

Postman Full

postmanlabs

by postmanlabs

Unlock AI-powered automation for Postman for API testing. Streamline workflows, code sync, and team collaboration with f

Unlock AI-powered automation for Postman with intuitive natural language workflows. Postman MCP Server empowers AI tools and agents to manage collections, workspaces, environments, and API specs, streamlining development tasks. With full and minimal toolsets, developers can efficiently automate code synchronization, documentation updates, and collaboration across teams. Support for both remote and local servers ensures flexibility, including regional (EU) capabilities. Designed for seamless integration with popular editors and AI assistants, this server is the perfect bridge between Postman’s powerful API platform and intelligent agent-driven automation.

github stars

184

0 commentsdiscussion

Both formats append explainx.ai attribution and the canonical URL for this MCP server listing.

100+ tools in full configurationOAuth authentication with zero setupMultiple toolset options (minimal/full/code)

best for

  • / API developers automating Postman workflows
  • / Teams collaborating on API documentation
  • / Developers generating client code from APIs
  • / DevOps automating API testing pipelines

capabilities

  • / Manage Postman collections and workspaces
  • / Update API environments and variables
  • / Generate client code from API specifications
  • / Automate API documentation updates
  • / Evaluate and test API endpoints
  • / Synchronize code across development teams

what it does

Connects AI assistants to Postman to manage API collections, workspaces, and environments through natural language commands. Automates API development workflows and generates client code from API definitions.

about

Postman Full is an official MCP server published by postmanlabs that provides AI assistants with tools and capabilities via the Model Context Protocol. Unlock AI-powered automation for Postman for API testing. Streamline workflows, code sync, and team collaboration with f It is categorized under developer tools.

how to install

You can install Postman Full in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.

license

Apache-2.0

Postman Full is released under the Apache-2.0 license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

Postman MCP Server

The Postman MCP Server connects Postman to AI tools, giving AI agents and assistants the ability to access workspaces, manage collections and environments, evaluate APIs, and automate workflows through natural language interactions.

Postman supports the following tool configurations:

  • Minimal — (Default) Only includes essential tools for basic Postman operations This offers faster performance and simplifies use for those who only need basic Postman operations. Ideal for users who want to modify a single Postman elements, such as collections, workspaces, or environments.
  • Full — Includes all available Postman API tools (100+ tools). This configuration is ideal for users who engage in advanced collaboration and Postman's Enterprise features.
  • Code — Includes tools to generate high-quality, well-organized client code from public and internal API definitions. This configuration is ideal for users who need to consume APIs or simply get context about APIs to their agents.

For a complete list of the Postman MCP Server's tools, see the Postman MCP Server collection. This collection offers both the remote full and minimal servers, and the local server.

Postman also offers servers as an npm package.

Authentication

For the best developer experience and fastest setup, use OAuth on the remote server (https://mcp.postman.com). OAuth is fully compliant with the MCP Authorization specification and requires no manual API key configuration. The EU remote server and the local server (this repo/npm package) support only Postman API key authentication.

Use Cases

  • API Testing - Continuously test your API using your Postman collection. To be able to test local APIs, use the local server, as the remote server won't have network access to your workstation.
  • Code synchronization - Effortlessly keep your code in sync with your Postman Collections and specs.
  • Collection management - Create and tag collections, update collection and request documentation, add comments, or perform actions across multiple collections without leaving your editor.
  • Workspace and environment management - Create workspaces and environments, plus manage your environment variables.
  • Automatic spec creation - Create specs from your code and use them to generate collections.
  • Client code generation - Generate production-ready client code that consumes APIs following best practices and project conventions. The code toolset produces code that precisely matches your API definitions, organizes it into an intuitive tree structure mirroring your Postman collections and requests, and leverages example responses to create accurate response types and error handling.

Designed for developers who want to integrate their AI tools with Postman's context and features. Supports quick natural language queries to advanced agent workflows.

Support for EU

The Postman MCP Server supports the EU region for remote and local servers:

  • For streamable HTTP, the remote server is available at https://mcp.eu.postman.com.
  • For our STDIO public package, use the --region flag to specify the Postman API region (us or eu), or set the POSTMAN_API_BASE_URL environment variable directly.
  • OAuth isn't supported for the EU Postman MCP Server. The EU remote server only supports API key authentication.

Contents


Remote server

The remote Postman MCP Server is hosted by Postman over streamable HTTP and provides the easiest method for getting started.

The remote server (https://mcp.postman.com) supports OAuth for the best developer experience and fastest setup, and no API key needed. OAuth also provides stronger security and fine-grained access control compared to a static API key. OAuth is MCP specification–compliant, including Dynamic Client Registration (DCR), OAuth metadata, and PKCE.

Note: The EU remote server (https://mcp.eu.postman.com) only supports API key authentication.

MCP hosts that support OAuth can discover and use it automatically for all tools. The remote server also accepts a Postman API key (Bearer token in the Authorization header).

Why use the remote server?

Consider using the remote Postman MCP server if:

  • You want to get started quickly and easily.
  • You are working with public APIs.
  • Your MCP host doesn't support local MCP servers.

Supported configurations

The remote server supports the following tool configurations:

  • Minimal — (Default) Only includes essential tools for basic Postman operations, available at https://mcp.postman.com/minimal and https://mcp.eu.postman.com/minimal for EU users.
  • Code — Includes tools for searching public and internal API definitions and generating client code, available at https://mcp.postman.com/code and https://mcp.eu.postman.com/code for EU users.
  • Full — Includes all available Postman API tools (100+ tools), available at https://mcp.postman.com/mcp and https://mcp.eu.postman.com/mcp for EU users.

Install in Cursor

Install in Cursor

To install the remote Postman MCP Server in Cursor, click the install button.

Note: If your MCP host supports OAuth, use the https://mcp.postman.com server URL with no headers for the fastest setup. Otherwise, ensure the Authorization header uses the Bearer <YOUR_API_KEY> format. OAuth is not available on the EU server.

By default, the server uses Minimal mode. To access Full mode, change the url value to https://mcp.postman.com/mcp in the mcp.json file. To access Code mode, change the value to https://mcp.postman.com/code.

Install in Visual Studio Code

Install in VS Code

To install the remote Postman MCP Server in VS Code, click the install button or use the Postman VS Code Extension.

By default, the server uses Minimal mode. To access Full mode, change the url value to https://mcp.postman.com/mcp in the mcp.json file. To access Code mode, change the value to https://mcp.postman.com/code.

Manual configuration

You can use the Postman MCP Server with MCP-compatible extensions in VS Code, such as GitHub Copilot, Claude for VS Code, or other AI assistants that support MCP. To do so, add the following JSON block to the .vscode/mcp.json configuration file:

OAuth

Add the following JSON block to use the recommended OAuth installation method:

{
  "servers": {
    "postman": {
      "type": "http",
      "url": "https://mcp.postman.com/{minimal OR code OR mcp}"
    }
  }
}

When prompted, enter your Postman API key.

API key

Use the following JSON block to use the API key installation method:

{
  "servers": {
    "postman": {
      "type": "http",
      "url": "https://mcp.postman.com/{minimal OR code OR mcp}",
      // For the EU server, use "https://mcp.eu.postman.com/{minimal OR code OR mcp}"
      "headers": {
        "Authorization": "Bearer ${input:postman-api-key}"
      }
    }
  },
  "inputs": [
    {
      "id": "postman-api-key",
      "type": "promp

---

FAQ

What is the Postman Full MCP server?
Postman Full is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for Postman Full?
This profile displays 55 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.8 out of 5—verify behavior in your own environment before production use.

Use Cases

Extended AI Capabilities

Add new capabilities to Claude beyond text generation

Example

Access external data sources, execute code, interact with tools and services

Transform Claude from chatbot to action-taking agent

Context Enhancement

Provide Claude with access to relevant context and data

Example

Load project documentation, access knowledge bases, query databases

Get more accurate, context-aware responses

Workflow Automation

Automate multi-step workflows combining AI and external tools

Example

Research → Summarize → Create document → Send notification

Complete complex tasks end-to-end without manual steps

Implementation Guide

Prerequisites

  • Claude Desktop 0.7.0+ or Cursor IDE with MCP support
  • Basic understanding of MCP architecture and capabilities
  • Access credentials for integrated services (if required)
  • Willingness to experiment and iterate on configuration

Time Estimate

15-60 minutes depending on server complexity

Installation Steps

  1. 1.Install MCP server: npm install -g [package-name] or via GitHub
  2. 2.Add server configuration to ~/.claude/mcp.json
  3. 3.Provide required credentials and configuration
  4. 4.Restart Claude Desktop to load new server
  5. 5.Test basic functionality with simple prompts
  6. 6.Explore capabilities and experiment with use cases
  7. 7.Document successful patterns for reuse

Troubleshooting

  • MCP server not loading: Check config syntax, verify installation
  • Connection errors: Check network, firewall, credentials
  • Feature not working: Read server docs, check required parameters
  • Performance issues: Monitor resource usage, check for network latency
  • Conflicts with other servers: Check port assignments, namespace collisions

Best Practices

✓ Do

  • +Read server documentation thoroughly before setup
  • +Start with simple use cases to validate functionality
  • +Test in non-production environment first
  • +Monitor resource usage and performance
  • +Keep servers updated for bug fixes and new features
  • +Document configuration for team members
  • +Use environment variables for sensitive configuration

✗ Don't

  • Don't grant overly permissive access to MCP servers
  • Don't skip reading security considerations in docs
  • Don't expose sensitive data without proper controls
  • Don't run untrusted MCP servers without code review
  • Don't ignore error messages—investigate root cause

💡 Pro Tips

  • Combine multiple MCP servers for powerful workflows
  • Create custom MCP servers for your specific needs
  • Share successful configurations with team
  • Use MCP inspector for debugging
  • Join MCP community for tips and troubleshooting

Technical Details

Architecture

Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.

Protocols

  • Model Context Protocol (MCP)
  • JSON-RPC 2.0
  • stdio or HTTP transport

Compatibility

  • Claude Desktop
  • Cursor IDE
  • Custom MCP clients

When to Use This

✓ Use When

Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.

✗ Avoid When

Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.

Integration

  • Tool composition: Chain multiple MCP tools in workflows
  • Context augmentation: Provide AI with relevant external data
  • Action delegation: Let AI execute tasks on external systems
  • Bidirectional sync: Keep AI context and external systems in sync

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.

List & Promote Your MCP Server

Share your MCP server with the developer community

GET_STARTED →
MCP server reviews

Ratings

4.855 reviews
  • Dhruvi Jain· Dec 28, 2024

    Useful MCP listing: Postman Full is the kind of server we cite when onboarding engineers to host + tool permissions.

  • William Mensah· Dec 28, 2024

    Postman Full reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Alexander Diallo· Dec 28, 2024

    According to our notes, Postman Full benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • Naina Tandon· Dec 24, 2024

    Useful MCP listing: Postman Full is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Sophia Sanchez· Dec 20, 2024

    Strong directory entry: Postman Full surfaces stars and publisher context so we could sanity-check maintenance before adopting.

  • Oshnikdeep· Nov 19, 2024

    According to our notes, Postman Full benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • Harper Farah· Nov 19, 2024

    We wired Postman Full into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Hassan Taylor· Nov 19, 2024

    Useful MCP listing: Postman Full is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Harper Nasser· Nov 15, 2024

    According to our notes, Postman Full benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • Sophia Patel· Nov 11, 2024

    I recommend Postman Full for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

showing 1-10 of 55

1 / 6