Postman
Give API context to your coding agents
About Postman
Postman gives API context to coding agents and developer workflows. Its connector brings API definitions, documentation, and collaboration context into assistant work so agents can reason about integrations and implementation details.
Connection details
https://mcp.postman.com/minimalTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add postman --transport http https://mcp.postman.com/minimalFrequently asked questions
What is the Postman remote MCP server?
The Postman remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.postman.com/minimal, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Postman MCP server?
Add the endpoint https://mcp.postman.com/minimal to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Postman MCP server require authentication?
Yes. Postman uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Postman MCP server use?
Postman exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.