For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • Create MCP servers
        • Start MCP servers
        • Interact with MCP servers and AI models
        • Promote MCP servers
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Interact with your MCP server and an AI model
Postman AIGenerate MCP servers

Use Postman to interact with your generated MCP server and an AI model

||View as Markdown|
Was this page helpful?
Previous

Set up and start your generated MCP server locally

Next

Promote your MCP server on the Postman API Network

Built with

You can use Postman to interact with your generated MCP server locally and an AI model of your choice.

Interact with your MCP server and an AI model

To interact with your MCP server and an AI model, do the following:

  1. If you haven’t already, set up and start your MCP server.

  2. 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
  3. Use your MCP request to interact with your MCP server. You can use your request to experiment, test, and evaluate your MCP server.

  4. 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.

  5. 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.

  6. 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.