Postman MCP Server
@delano
关于 Postman MCP Server
An MCP server that provides access to Postman.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"postman-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"postman-api-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论