postman-mcp-server

Automate Postman workspace, collection, environment, and API testing workflows via MCP server.

7|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/mcp-skills --skill postman-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postman-mcp-server
Source: https://github.com/Aradotso/mcp-skills/tree/main/skills/postman-mcp-server
Command: npx skills add https://github.com/Aradotso/mcp-skills --skill postman-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually creating, updating, and testing Postman workspaces, collections, environments, and API specs by letting an AI drive Postman operations from natural language.

Core Features & Use Cases

  • Postman workspace, collection, and environment management: Create workspaces, build collections, add requests, and maintain environment variables (including secret values) for consistent testing across stages.
  • API testing and request execution: Run collections in a chosen environment or execute individual requests using templated variables.
  • Code and spec-driven automation (toolset-dependent): Search public APIs, generate client code from API definitions, and generate collections from OpenAPI specs.

Quick Start

Ask the agent: Create a new Postman workspace and generate a collection from my OpenAPI spec, then create a development environment with baseUrl and run the collection against it.

Frequently Asked Questions about postman-mcp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Postman collection management using natural language?

Postman collection management can be automated by connecting AI agents to the Postman MCP server, enabling natural-language editing of workspaces, collections, and environment variables over HTTP or stdio.

How does an AI agent execute Postman API testing workflows?

AI agents execute Postman API testing workflows by using MCP server tool operations to run collections in a chosen environment or execute individual requests while applying templated environment variables.

Can I generate Postman collections from an OpenAPI spec?

Yes, you can generate Postman collections from an OpenAPI spec by selecting the appropriate toolset and directing the AI agent to parse the spec and create the corresponding collection.

Do I need OAuth or an API key to manage Postman environments with an agent?

Yes, managing Postman environments with an agent requires configuring OAuth or API key authentication to authorize the MCP server tool operations for workspace and environment variable tasks.

What is the difference between minimal, code, and full toolsets in Postman MCP?

The minimal toolset handles basic workspace and environment tasks, the code toolset adds client code generation and public API search, while the full toolset includes spec-based collection creation.