freebeiro
MCP Serverfreebeiropublic

mcp postman

A Model Context Protocol (MCP) server built with Cloudflare Workers for integration with Claude and other AI assistants

Repository Info

3
Stars
1
Forks
3
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

A Model Context Protocol (MCP) server built with Cloudflare Workers for integration with Claude and other AI assistants

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Postman MCP Server

A Cloudflare Worker that provides API access to Postman collections and environments via the Claude AI MCP (Model Control Plane) interface.

Overview

This server allows Claude AI to interact with your Postman collections and environments to perform various operations, including:

  • Retrieving collections and environments
  • Creating new collections and environments
  • Adding requests to collections
  • Running collections and getting test results

This enables Claude to assist with API testing, documentation, and management tasks in your workflows.

Current Methods

The Postman MCP Server provides the following methods:

Basic Utility Methods

  • mcp__sayHello(name) - Returns a greeting with the provided name
  • mcp__reverseString(input) - Reverses the characters in a string

Collection Methods

  • mcp__get_collections() - Gets all collections in your Postman account
  • mcp__get_collection(collectionId) - Gets details for a specific collection
  • mcp__create_collection(name, description) - Creates a new collection
  • mcp__add_request(collectionId, name, method, url, ...) - Adds a request to a collection

Environment Methods

  • mcp__get_environments() - Gets all environments in your Postman account
  • mcp__get_environment(environmentId) - Gets details for a specific environment
  • mcp__create_environment(name, variables) - Creates a new environment with variables

Test Execution

  • mcp__run_collection(collectionId, environmentId) - Runs a collection with an optional environment

Getting Started

  1. Clone this repository
  2. Install dependencies: npm install
  3. Copy .env.example to .env and add your Postman API key
  4. Deploy to Cloudflare Workers: wrangler deploy

Development

To run the server locally for development:

npm run dev

This will start the server locally using wrangler.

Project Structure

  • /src - Source code
    • /interfaces - TypeScript interfaces
    • /services - Service classes
    • index.ts - Main worker entry point
  • /test - Unit tests
  • /examples - Example usage
  • /docs - Additional documentation

Examples

See the examples/postman-examples.md file for detailed examples of how to use the Postman MCP Server with Claude AI.

Deployment

To deploy to Cloudflare Workers:

npm run deploy

Make sure your wrangler.toml file is configured properly.

Security

This server requires a Postman API key to function. Ensure that your key is stored securely in the Cloudflare Workers environment variables and not committed to version control.

Contributing

  1. Follow the DEVELOPMENT_GUIDELINES.md
  2. Adhere to SOLID_PRINCIPLES.md for code design

License

MIT License

Quick Start

1

Clone the repository

git clone https://github.com/freebeiro/mcp-postman
2

Install dependencies

cd mcp-postman
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerfreebeiro
Repomcp-postman
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation