Use the Postman plugin for Claude Code
The Postman plugin for Claude Code connects Claude Code to your Postman workspace so you can work with APIs and Postman resources from your coding environment.
The plugin requires Claude Code v1.0.33 or later and a Postman API key.
Get started
Clone the plugin, set your Postman API key, and start Claude Code with the plugin loaded:
In Claude Code, run /postman:setup to verify the connection and select a
Postman workspace.
Quick start
After setup, you can describe what you want to do using natural language. For example:
Sync my OpenAPI spec with PostmanThe plugin detects the local OpenAPI specification and creates or updates a Postman Collection in your workspace.
How it works
The plugin includes an MCP configuration that connects Claude Code to the Postman MCP Server. It uses MCP tools to work with your Postman resources, and includes skills that provide Postman and API development context.
To learn more about the plugin, its available commands, and current installation options, go to the Postman plugin for Claude Code repository.