Postman API
Created 4 months ago
Postman MCP Server offers a lightweight MCP-compatible server option for integration with tools like VS Code.
development
location
documentation
public
integration
What is Postman API?
Manage your Postman resources using the [Postman API](https://www.postman.com/postman/postman-public-workspace/collection/i2uqzpp/postman-api).
Documentation
See the MCP specification for available transports. For VS Code integration, create a .vscode/mcp.json file with the specified configuration. For Docker setup, refer to DOCKER.md. For HTTP version, configure the server with the provided JSON structure and input your Postman API key.
Server Config
{
"mcpServers": {
"postman-api-server": {
"command": "npx",
"args": [
"postman-api"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 07, 2025
Updated At:
Aug 07, 2025
Author:
Postman Labs
Category:
official
License:
MIT
Tags:
development
location
documentation