MCP Catalogs
首页

postman-mcp-server

by postmanlabs·240·综合分 51

Postman MCP Server 连接 AI 工具与 Postman API,用于 API 测试、集合管理和代码生成。

developer-toolsai-llmproductivity
73
Forks
6
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Postman MCP Server 是一个文档完善、持续维护的解决方案,使 AI 代理能够与 Postman 工作区、集合和环境进行交互。它提供多种配置选项(精简版、完整版、代码版),满足从基本 API 操作到高级协作功能的不同需求。该服务器支持远程(OAuth 和 API 密钥认证)和本地部署方式,并有针对各种 AI 集成的全面文档。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:使用 Postman 集合自动测试 API
:通过自然语言管理工作区和环境
:从 API 定义生成客户端代码
:支持哪些认证方式?
:精简版、完整版和代码版配置有什么区别?

什么时候选它

如果您已经在使用 Postman 进行 API 开发,并希望让 AI 代理直接与您的 API 集合、环境和文档交互,请选择此服务器。

什么时候不要选它

如果您不使用 Postman,需要通过远程服务器测试私有 API,或需要 OAuth 或 Postman API 密钥之外的自定义认证方法,请不要选择此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • create_collection

    Create a new Postman collection

  • update_collection

    Update an existing Postman collection

  • get_collection

    Retrieve a specific Postman collection

  • create_request

    Create a new request in a Postman collection

  • update_request

    Update an existing request in a Postman collection

  • create_environment

    Create a new Postman environment

  • update_environment

    Update an existing Postman environment

  • create_workspace

    Create a new Postman workspace

  • execute_request

    Execute a request in Postman and get the response

  • generate_client_code

    Generate client code from a Postman collection

  • create_spec

    Create an API specification from code

  • search_collection

    Search for collections or requests in Postman

说明:Tool names inferred from use cases and configuration descriptions. The actual tool names might differ as the complete list is in an external collection.

可对比工具

restai-mcpswagger-mcpopenapi-mcpinsomnia-mcp

安装

远程服务器(推荐)

对于 Claude Desktop,添加到 claude_desktop_config.json

{
  "mcpServers": {
    "postman": {
      "command": "http",
      "args": ["https://mcp.postman.com/minimal"]
    }
  }
}

对于 VS Code,使用[安装按钮](https://insiders.vscode.dev/redirect/mcp/install?name=postman_mcp_server&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fmcp.postman.com%2Fminimal%22%2C%22headers%22%3A%7B%22Authorization%22%3A%22Bearer%20YOUR_API_KEY%22%7D%7D)或在 .vscode/mcp.json 中手动配置。

FAQ

支持哪些认证方式?
服务器支持 OAuth(美国服务器推荐)和 Postman API 密钥认证(欧盟服务器必需)。
精简版、完整版和代码版配置有什么区别?
精简版包含基本操作所需工具;完整版包含所有 100+ Postman API 工具;代码版专注于从 API 定义生成客户端代码。

postman-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。