postman-mcp-server
by postmanlabs·★ 240·Score 51
Postman MCP Server connects AI tools to Postman APIs for testing, collections management, and code generation.
Overview
The Postman MCP Server is a well-documented, actively maintained solution that enables AI agents to interact with Postman workspaces, collections, and environments. It offers multiple configuration options (Minimal, Full, Code) to suit different needs from basic API operations to advanced collaboration features. The server supports both remote (OAuth and API key authentication) and local deployment methods, with comprehensive documentation for various AI integrations.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you're already using Postman for API development and want to enable AI agents to interact with your API collections, environments, and documentation directly.
When NOT to choose this
Avoid if you're not using Postman, need to test private APIs with the remote server, or require custom authentication methods beyond OAuth or Postman API keys.
Tools this server exposes
12 tools extracted from the READMEcreate_collectionCreate a new Postman collection
update_collectionUpdate an existing Postman collection
get_collectionRetrieve a specific Postman collection
create_requestCreate a new request in a Postman collection
update_requestUpdate an existing request in a Postman collection
create_environmentCreate a new Postman environment
update_environmentUpdate an existing Postman environment
create_workspaceCreate a new Postman workspace
execute_requestExecute a request in Postman and get the response
generate_client_codeGenerate client code from a Postman collection
create_specCreate an API specification from code
search_collectionSearch for collections or requests in Postman
Note: Tool names inferred from use cases and configuration descriptions. The actual tool names might differ as the complete list is in an external collection.
Comparable tools
Installation
Remote Server (Recommended)
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"postman": {
"command": "http",
"args": ["https://mcp.postman.com/minimal"]
}
}
}For VS Code, use the [Install in VS Code](https://insiders.vscode.dev/redirect/mcp/install?name=postman_mcp_server&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fmcp.postman.com%2Fminimal%22%2C%22headers%22%3A%7B%22Authorization%22%3A%22Bearer%20YOUR_API_KEY%22%7D%7D) button or configure manually in .vscode/mcp.json.
FAQ
- What authentication methods are supported?
- The server supports OAuth (recommended for US servers) and Postman API key authentication (required for EU servers).
- What's the difference between Minimal, Full, and Code configurations?
- Minimal includes essential tools for basic operations; Full includes all 100+ Postman API tools; Code focuses on generating client code from API definitions.
Compare postman-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.