Postman MCP Generator
@agentesq
Postman MCP Generator について
Weaviate MCP Server
基本情報
設定
以下の設定を使って、このサーバーを 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_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
コメント