With Postman and the Model Context Protocol (MCP), you can use Postman as your MCP client and send requests to MCP servers. You can use these requests to help you build and test your MCP server, or evaluate one from the community.
Postman supports the MCP standard input and output (STDIO) and HTTP with server-sent events (SSE) transport layers, and tools, prompts, and resources primitives.
To create a new MCP request, do the following:
Choose an existing workspace or create a new one.
Select New > MCP. Postman opens a new MCP request in a new tab.
Select the server's communication method:
Enter the server's command and arguments (STDIO), or URL (HTTP with SSE).
Tip: Alternatively, you can paste an MCP server's JSON configuration.
In the Capabilities section, select Load Methods. If prompted, review the consent prompt and grant or deny Postman access to your computer. Postman connects to the server and displays the server's methods.
List the server's methods:
You can also Search for a method.
Select a method and define its arguments. Postman creates your JSON Message for you.
If the server requires authorization, set it up:
To set up STDIO authorization, select the Environment tab and add your authorization key-value pairs.
Important: Use variables to protect your sensitive data. To learn more, see Variable types.
To set up SSE authorization, select the Authorization tab, select an Auth Type, and edit your authorization details. To learn more, see Add API authorization details to requests in Postman.
Select Run.
When your request succeeds, Postman returns your JSON response. Postman also lists Server Events. You can use the steps in the following section to save your new MCP request to a collection.
If you don't have any multi-protocol collections in your workspace, Postman opens a save request dialog that asks you for a request and collection name. Otherwise, Postman displays more options, such as the option to add your new MCP request to an existing collection.
To save your new MCP request, do the following:
Your new MCP request is ready to use to interact with an MCP server. You can also change your request settings.
Last modified: 2025/04/23