You can use Postman to interact with your generated MCP server locally and an AI model of your choice.
To interact with your MCP server and an AI model, do the following:
If you haven't already, set up and start your MCP server.
Create a new MCP request and save it to a collection. When you're prompted, choose your server's communication method:
To interact with your standard input and output server, choose STDIO and enter your server's command. For example, enter:
node /path/to/your-mcp-server/mcpServer.js
To interact with your streamable HTTP server, choose HTTP and enter your server's local URL. For example, enter:
http://localhost:3001/mcp
Use your MCP request to interact with your MCP server. You can use your request to experiment, test, and evaluate your MCP server.
Create a new AI request and save it to a collection. Save your new AI request to the same workspace you saved your MCP request.
Add your MCP request to your AI request. When you're prompted, enter your server's command (STDIO) or URL (streamable HTTP), and search for the MCP request you created in the previous steps.
Use your AI request to interact with your MCP server. You can use your request to experiment, test, and evaluate AI models.
To learn more, see Create MCP requests and add them to your collections and Create AI requests and add them to your collections.
Last modified: 2025/08/18