The Postman MCP Server connects Postman to AI tools, enabling AI agents to access workspaces, manage collections and environments, evaluate APIs, and automate workflows through natural language interactions.
From the registry: A basic MCP server to operate on the Postman API.
Please install the `postman-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Postman account** — Postman account for OAuth authentication (remote server) or API key generation (https://postman.postman.co/settings/me/api-keys)
Canonical MCP server config (HTTP transport):
- url: `https://mcp.postman.com/mcp`
Note: Official Postman MCP. 3 endpoint configurations: /mcp (full, 100+ tools), /minimal (basic), /code (client code generation). Supports OAuth (recommended) or API key. EU region: mcp.eu.postman.com. Local/stdio version also available via npm: @postman/postman-mcp-server.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.POSTMAN_API_BASE_URLSpecifies the Postman API base URL for the EU region.postman-api-keyrequiredYour Postman API key for authentication.MCP server that exposes GraphQL operations as tools for AI models.