MCP.so
ログイン

Postman MCP Server

@delano

Postman MCP Server について

An MCP server that provides access to Postman.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

delano

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ