Labsco
postmanlabs logo

Postman API

β˜… 274

from postmanlabs

An MCP server for interacting with the Postman API, requiring an API key.

πŸ”₯πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredNeeds API keys

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 also offers the server as an npm package.

For the full installation guide with agent-specific setup, see Postman's MCP Server product page.


Postman MCP Server collection

The Postman MCP Server collection is the quickest way to explore, test, and connect to the Postman MCP Server. Use it to:

  • Browse the complete list of available tools across all configurations.
  • Connect to and test the remote server β€” Full and Minimal.
  • Connect to and test the local server.

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 support only Postman API key authentication.


Supported agents and IDEs

Agent / IDERemoteLocal
Claude CodeDocsDocs
Claude Desktopβ€”Docs
CursorDocsDocs
VS CodeDocsDocs
CodexDocsDocs
WindsurfDocsDocs
AntigravityDocsDocs
GitHub Copilot CLIDocsDocs
Gemini CLIDocsDocs
KiroDocsDocs
Dockerβ€”Docs

EU support

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/mcp (Full), https://mcp.eu.postman.com/code, and https://mcp.eu.postman.com/minimal.
  • For the STDIO public package, use the --region eu flag, or set the POSTMAN_API_BASE_URL environment variable directly.
  • OAuth isn't supported for the EU server. The EU remote server only supports API key authentication.

Use cases

  • API Testing β€” Continuously test your API using your Postman collection. Use the local server to test local APIs, as the remote server won't have network access to your workstation.
  • Code synchronization β€” Keep your code in sync with your Postman Collections and specs.
  • Collection management β€” Create and tag collections, update documentation, add comments, or perform actions across multiple collections without leaving your editor.
  • Workspace and environment management β€” Create workspaces and environments, plus manage 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.

Docker

For Docker setup and installation, see DOCKER.md.


Questions and support