Postman MCP Server
Rank #545glama/postmanlabs/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 #545 of 58,900 servers tracked on MCP Toplist, and its repository has 252 GitHub stars. Postman MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 15 tracked versions. It was first listed on Jun 10, 2025 and most recently updated on May 13, 2026.
Ranks ahead of 58,355 of 58,900 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.8.9/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.8.9/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.8.9/postman-mcp-server-code.mcpb` — install it through your client’s extension manager.
Listed on 2 registries (1 delisted)
postmanlabs
Available versions (15)
| Version | Published |
|---|---|
| 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
- What is 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.
- Who maintains Postman MCP Server?
- Postman MCP Server is maintained by postmanlabs, which publishes 1 MCP server (15 total versions) tracked on MCP Toplist.
- Is Postman MCP Server an official MCP server?
- Yes — Postman MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Postman MCP Server have?
- MCP Toplist tracks 15 versions of Postman MCP Server, most recently published on May 13, 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.