Back to Apps

Postman MCP Server
by postmanlabs
Integrate AI agents with Postman to manage collections, environments, and automate API workflows.
0 stars
Works in:VS Code CopilotCursorCodexWindsurfGemini CLI
Exposes:Tools
What it does
Bridges AI assistants to the Postman ecosystem, allowing them to interact with API collections, workspaces, and environments using natural language.
Tools
createCollection: Create new API collections.getWorkspaces: Retrieve available Postman workspaces.deleteEnvironment: Remove specific environment configurations.generateClientCode: Create production-ready client code from API definitions.manageCollections: Update documentation and tags across collections.
Installation
{
"mcpServers": {
"postman": {
"command": "npx",
"args": ["@postman/postman-mcp-server"],
"env": {
"POSTMAN_API_KEY": "YOUR_KEY"
}
}
}
}
Supported hosts
- claude
- vscode-copilot
- cursor
- codex
- windsurf
- gemini-cli
Quick install
npx @postman/postman-mcp-serverInformation
- Pricing
- free
- Published
- 4/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
codex mcp add postman --env POSTMAN_API_KEY=<KEY> -- npx @postman/postman-mcp-serverCursor
Add to mcp.json using npx @postman/postman-mcp-serverWindsurf
Add to .codeium/windsurf/mcp_config.json using npx @postman/postman-mcp-serverGemini CLI
gemini extensions install https://github.com/postmanlabs/postman-mcp-serverClaude Desktop
{"mcpServers": {"postman": {"command": "npx", "args": ["@postman/postman-mcp-server"], "env": {"POSTMAN_API_KEY": "YOUR_KEY"}}}}VS Code Copilot
Add to .vscode/mcp.json as a stdio server using npx @postman/postman-mcp-server





