Postman API

Postman API

Manage your Postman resources using the Postman API.

106
Stars
29
Forks
14
Releases

Overview

The Postman MCP Server bridges Postman resources with AI tools, enabling AI agents and assistants to access workspaces, manage collections and environments, evaluate APIs, and automate workflows via natural language interactions. It supports two tool configurations: Minimal (default) for essential Postman operations and Full (100+ tools) for advanced collaboration and enterprise features. Remote servers are hosted by Postman over streamable HTTP, with endpoints for Minimal and Full configurations; EU users can access EU endpoints or set the region with the --region flag or POSTMAN_API_BASE_URL. A local STDIO server is also available for editor integrations, run via Node.js and controlled with --full and --region options. The MCP server can be installed and used across multiple environments including Cursor, Visual Studio Code, Claude Code, Claude, and Gemini CLI, and offers manual configuration through mcp.json blocks. Use cases include code synchronization with Postman Collections/specs, collection management, workspace and environment management, and automatic spec creation from code. The project also provides migration guidance from v1.x to v2.x and references to the official Postman MCP Server collection and npm package for setup.

Details

Owner
postmanlabs
Language
TypeScript
License
Apache License 2.0
Updated
2025-12-07

Features

AI-enabled Postman access

Provides AI tools with access to Postman workspaces, collections, environments, and APIs via natural language interactions.

Minimal and Full tool configurations

Default Minimal mode offers essential Postman operations; Full mode exposes 100+ tools for enterprise and advanced collaboration.

Remote and Local deployment

Supports remote HTTP streamable servers and local STDIO servers for editor integrations.

EU region support

EU endpoints available and region configurable via --region or POSTMAN_API_BASE_URL for EU users.

Editor and IDE integrations

Integrates with Cursor, Visual Studio Code, Claude Code, Claude, and Gemini CLI; supports easy installation and manual config.

Manual configuration via mcp.json

Allows custom MCP server configurations through mcp.json blocks in supported editors.

NPM package and Docker deployment

Available as an npm package and referenced with Docker deployment guidance (DOCKER.md) for flexible setups.

Migration guidance

Includes guidance for migrating from Postman MCP Server v1.x to v2.x, including tool naming changes and default tool availability.

Audience

DevelopersIntegrate AI tools with Postman context and features using natural language queries.
AI agents and assistantsAccess workspaces, manage collections/environments, evaluate APIs, and automate workflows via natural language interactions.

Tags

PostmanMCP ServerAI integrationworkspacescollectionsenvironmentsAPIsautomationnatural languageremote serverlocal serverEU regionVS CodeCursorClaude CodeClaudeGemini CLIDockermigration