
Postman MCP Server
by postmanlabs
Integrate AI agents with Postman to manage collections, environments, and automate API workflows.
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






