mcp-postman
3
The Postman MCP Server is designed to facilitate API testing and management by enabling Claude AI to work with Postman collections and environments. It provides methods for creating, retrieving, and running API collections, making it a valuable tool for developers involved in API workflows.
Postman MCP Server
This project provides a Cloudflare Worker that allows Claude AI to interact with Postman collections and environments through the MCP interface. Key features include:
- Interaction with Postman collections and environments
- Creating and managing collections and environments
- Running collections to obtain test results
This server supports API testing, documentation, and management within workflows.
Getting Started
- Clone the repository.
- Install dependencies.
- Configure with your Postman API key.
- Deploy using Cloudflare Workers.
Project Structure
/src
for source code/test
for unit tests/examples
for usage examples/docs
for additional documentation
Deployment
Deploy to Cloudflare Workers and ensure your API key is securely stored.
Security
Requires a Postman API key. Protect this key during deployment.
Contributing
Follow development guidelines and adhere to SOLID principles.