Postman MCP Server
Rank #337com.postman/postman-mcp-server
Postman’s remote MCP server connects AI agents, assistants, and chatbots directly to your APIs on Postman. Use natural language to prompt AI to automate work across your Postman collections, environments, workspaces, and more.
Postman MCP Server is a Model Context Protocol (MCP) server published by postmanlabs. It ranks #337 of 76,851 servers tracked on MCP Toplist, and its repository has 283 GitHub stars. Postman MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 16 tracked versions. It was first listed on Jun 10, 2025 and most recently updated on Jun 12, 2026.
Ranks ahead of 76,514 of 76,851 servers on MCP Toplist.
Use Postman MCP Server
Add Postman MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.postman.com/minimal"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.postman.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"command": "npx",
"args": [
"-y",
"@postman/postman-mcp-server"
],
"env": {
"POSTMAN_API_KEY": "<your POSTMAN_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.9.1/postman-mcp-server-minimal.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.9.1/postman-mcp-server-full.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.9.1/postman-mcp-server-code.mcpb` — install it through your client’s extension manager.
Listed on 1 registry (2 delisted)
postmanlabs
Available versions (16)
| Version | Published |
|---|---|
| 2.9.1 | Jun 12, 2026 |
| 2.8.9 | May 13, 2026 |
| 2.8.7 | Apr 13, 2026 |
| 2.8.4 | Mar 19, 2026 |
| 2.8.2 | Mar 6, 2026 |
| 2.8.1 | Mar 6, 2026 |
| 2.7.1 | Feb 27, 2026 |
| 2.7.0 | Feb 18, 2026 |
| 2.6.1 | Feb 16, 2026 |
| 2.6.0 | Feb 6, 2026 |
| 2.5.4 | Jan 9, 2026 |
| 2.5.2 | Dec 10, 2025 |
| 2.5.1 | Nov 26, 2025 |
| 2.4.9 | Nov 11, 2025 |
| 2.4.2 | Oct 31, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Postman MCP Server?
- Postman MCP Server is maintained by postmanlabs, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is Postman MCP Server listed on the Official MCP Registry?
- Yes — Postman MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Postman MCP Server have?
- MCP Toplist tracks 16 versions of Postman MCP Server, most recently published on Jun 12, 2026.
- Where can I find the source code for Postman MCP Server?
- The source code for Postman MCP Server is hosted at github.com/postmanlabs/postman-mcp-server.