Postman MCP Server
@delano
About Postman MCP Server
An MCP server that provides access to Postman.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"postman-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"postman-api-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Postman MCP Server?
Postman MCP Server is a TypeScript-based MCP server that integrates with the Postman API, providing comprehensive management of Postman collections, environments, and APIs. It is part of the Model Context Protocol (MCP) initiative from Anthropic and is based on the official Postman API OpenAPI specification.
How to use Postman MCP Server?
Install via Smithery (npx -y @smithery/cli install postman-api-server --client claude) or clone the repository, install dependencies (pnpm install), build (pnpm run build), and optionally run in watch mode. Generate a Postman API key from your account settings and set it as the POSTMAN_API_KEY environment variable. Configure the server in your Claude Desktop or Cline MCP settings by adding a JSON entry with the command pointing to the built index.js file.
Key features of Postman MCP Server
- CRUD operations for Postman collections, including folder and request management
- Environment creation, retrieval, update, and deletion
- API management with multi-file schema support and tagging
- Version control for collections: fork, merge, and pull
- Authentication via API keys with role‑based access control
- Private API Network, webhooks, and enterprise features (SCIM)
Use cases of Postman MCP Server
- Automating complex multi‑step workflows across collections and environments
- AI‑driven API testing, documentation maintenance, and environment management
- Coordinating production deployments and compliance checking
FAQ from Postman MCP Server
What are the prerequisites for Postman MCP Server?
You need Node.js installed. The server uses pnpm for dependency management.
How do I authenticate with the Postman API?
Generate a Postman API key from your account settings and set it as the POSTMAN_API_KEY environment variable. Never commit the key to version control.
What management operations are supported?
Full CRUD for collections (including folders, requests, responses, version control, and comments), environments, and APIs (with schemas and tags). Additional features include private API Network management, webhook creation, and enterprise‑level SCIM support.
Can I use Postman MCP Server with Claude Desktop or Cline?
Yes. Configuration examples for both clients are provided in the README, using a JSON config file with the node command and path to the built server.
Is Postman MCP Server production‑ready?
No. The project is under active development (v0.2.0) with a warning to use caution and expect breaking changes.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments