0 of 2 steps0%
1
Install and Configure the Plugin
The plugin bundles its own MCP configuration, so it sets up the Postman MCP Server for you automatically.
-
Clone the plugin repo:
git clone https://github.com/Postman-Devrel/postman-claude-code-plugin.git -
Start Claude Code with the plugin loaded, from your API project directory:
cd your-api-project/ claude --plugin-dir /path/to/postman-claude-code-plugin
Requires Claude Code v1.0.33+. No Python, Node, or other runtime dependencies needed for the plugin itself.
2
Run Setup
Setup is what authenticates the plugin with your Postman account and confirms the connection is live before you start issuing natural-language commands.
-
In Claude Code, run:
/postman:setup -
Authenticate when prompted:
- OAuth (recommended) — opens a browser sign-in, no key copying required.
- API key — set
export POSTMAN_API_KEY=PMAK-your-key-here(add it to~/.zshrcor~/.bashrcto persist it). Get one at go.postman.co/settings/me/api-keys.
-
The plugin verifies your connection and lists your workspaces — confirm your [Your Name] - AI Basics workspace from Getting Started with Agent Mode appears in the list.