You create Model Context Protocol (MCP) requests to interact with MCP servers. You can use these requests to evaluate servers, add AI to your workflows, prototype agents, and much more.
Postman supports the MCP standard input and output (STDIO) and streamable HTTP transport layers, and tools, prompts, and resources primitives.
Looking for an MCP server to try? Check out Postman's Model Context Protocol (MCP) Catalog. There you'll find MCP servers—hosted, discoverable, and ready to test. It's built with Postman Collections, so you can leverage APIs from the Postman API Network, including from verified publishers like PayPal, Notion, Stripe, and Google Maps, to ensure your agents are powered by trustworthy and reliable tools.
To create a new MCP request, do the following:
Choose an existing workspace or create a new one.
Click New > MCP. Postman opens a new MCP request in a new tab.
Choose the server's communication method:
Enter the server's command (STDIO) or URL (streamable HTTP).
Tip: Alternatively, you can paste an MCP server's JSON configuration.
Click Load Methods. If prompted, review the consent prompt and grant 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.
Choose a method and define its arguments. Postman creates a JSON Message for you.
If you must authenticate, add your authorization details:
To set up STDIO authorization, open 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 streamable HTTP authorization, open the Authorization tab, select an Auth Type, and add your authorization details. To learn more, see Add API authorization details to requests in Postman.
Click Run.
Postman returns your response in the Response tab. Postman also returns notifications in the Notifications tab. 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 manage your settings.
Last modified: 2025/07/25