Postman MCP Server
@freebeiro
Postman MCP Server について
A Model Context Protocol (MCP) server built with Cloudflare Workers for integration with Claude and other AI assistants
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Postman MCP Server?
A Cloudflare Worker that provides API access to Postman collections and environments via the Claude AI MCP (Model Context Protocol) interface. It enables Claude to assist with API testing, documentation, and management tasks.
How to use Postman MCP Server?
Clone the repository, install dependencies with npm install, copy .env.example to .env and add your Postman API key, then deploy with wrangler deploy. For local development, run npm run dev.
Key features of Postman MCP Server
- Retrieve all collections and environments from your Postman account
- Create new collections and environments
- Add requests to existing collections
- Run collections with optional environments and get test results
- Basic utility methods (
sayHello,reverseString)
Use cases of Postman MCP Server
- Automate API testing by having Claude run collections and report results
- Assist in creating and managing Postman collections and environments
- Generate or update API documentation by adding requests via Claude
FAQ from Postman MCP Server
What operations can Claude perform using this server?
Claude can retrieve, create, and modify Postman collections and environments, add requests to collections, and run collections with optional environments to get test results.
How do I set up the Postman MCP Server?
Clone the repo, install dependencies, add your Postman API key to the .env file, and deploy to Cloudflare Workers using wrangler deploy.
What authentication is required?
A Postman API key must be stored securely in the Cloudflare Workers environment variables. The key should never be committed to version control.
Can I run a collection with a specific environment?
Yes, the run_collection method accepts an optional environmentId parameter to run a collection with that environment.
Is there a way to test the server locally?
Yes, you can run npm run dev to start the server locally using wrangler for development.
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント