[ MCP_NODE_3850 ]

Postman API 平台

分类:
协议: MCP v1.0
[ 描述 ]

Postman MCP 服务,将 AI 智能体直接连接到你在 Postman 上的 API,用自然语言自动化集合、环境与工作区操作。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "postman": {
            "description": "Postman's MCP server connects AI agents, assistants, and chatbots directly to your APIs on Postman. Use natural language to prompt AI to automate work across your Postman collections, environments, workspaces, and more.",
            "type": "http",
            "url": "https://mcp.postman.com/{minimal | mcp}",
            "headers": {
                "Authorization": "Bearer ${input:postman-api-key}"
            }
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
http
端点
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。