MCP.so
登录

Postman MCP Generator

@agentesq

关于 Postman MCP Generator

Weaviate MCP Server

基本信息

分类

数据库

运行时

node

传输方式

stdio

发布者

agentesq

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "postman-weaviate-mcp-server": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "<your_server_name>",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Postman MCP Generator?

Postman MCP Generator is an MCP‑compatible server (mcpServer.js) that exposes selected Postman API requests as automatically generated JavaScript tools. It is built for developers who want to connect their APIs to MCP clients such as Claude Desktop or the Postman Desktop Application.

How to use Postman MCP Generator?

Install Node.js v18+ and npm, run npm install, set API key environment variables in .env, then execute node mcpServer.js to start the server via STDIO. Optionally deploy with Docker or enable Server‑Sent Events using the --sse flag.

Key features of Postman MCP Generator

  • MCP‑compliant server for exposing API requests as tools.
  • Automatic generation of JavaScript tool files for each selected request.
  • STDIO and SSE transport modes.
  • Docker deployment support for production.
  • Easy tool addition by regenerating and copying files.

Use cases of Postman MCP Generator

  • Connect Postman API collections to Claude Desktop for agentic workflows.
  • Test API requests directly from the Postman Desktop Application.
  • Automate API interactions through LLM‑driven tools.
  • Deploy a containerized MCP server for production environments.

FAQ from Postman MCP Generator

What Node.js version is required?

Node.js v18+ is required (v20+ recommended). Lower versions may lack fetch, which the generated tools use for HTTP calls.

How do I configure API keys?

Set environment variables in .env – one per workspace (e.g., ACME_API_KEY=...). The generated tools read these variables to authenticate requests. You can manually adjust the logic if needed.

How can I test the MCP server?

Use the Postman Desktop Application with a STDIO MCP request pointing to node <absolute‑path>/mcpServer.js. Alternatively, connect it to Claude Desktop by adding a JSON entry in the MCP configuration.

How do I add new tools to the server?

Visit the Postman MCP Generator, select new API requests, download the generated server, copy the new tool files into your project’s tools/ folder, and update tools/paths.js.

What transports does the server support?

The default transport is STDIO. Use the --sse flag to run the server with Server‑Sent Events (SSE) support.

评论

数据库 分类下的更多 MCP 服务器