How to Use the Postman MCP in Claude Code
Query, audit, and debug your Postman environments and collections directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Postman MCP to Claude Code
Create your Vinkius account to connect Postman to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Audit API Specs Directly from the Shell
The `list_apis` tool gives Claude Code instant visibility into your entire API portfolio directly inside your terminal session. You can pipe this Postman API list into local shell scripts or ask the CLI to filter specific versions without opening a web browser. When you need to check a specific endpoint, the CLI uses `get_workspace_details` to fetch the exact schema definition. This lets you verify deployment targets and routing paths during SSH sessions or local terminal debugging.
Monitor API Health via Terminal Commands
The `list_monitors` tool pulls the real-time status of your scheduled API tests directly into your console. Claude Code checks this data to pinpoint exactly which endpoints are failing latency or uptime checks. If a monitor reports an error, the CLI immediately triggers `get_collection_details` to inspect the failing request parameters. You diagnose production issues from the terminal without context-switching to a heavy desktop app.
Inspect Environments with Claude Code MCP Server
The `list_environments` tool exposes all active variable sets to your command line interface. Claude Code uses this to verify that staging and production variables match before you trigger a deployment script. By calling `get_environment_details`, the CLI compares your remote variables against your local environment configuration. This prevents deployment failures caused by mismatched tokens or incorrect database URLs.
Set up Postman MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seepostman-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Postman transactions." It will automatically discover and invoke the available Postman tools.
claude mcp add --transport http postman-alternative-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Postman MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Postman MCP today
We host it, we monitor it, we maintain it. You just paste one token.