Postman MCP Server
Rank #288com.postman/postman-mcp-server
Give your AI agents trusted access to the full Postman platform.
Postman MCP Server is a Model Context Protocol (MCP) server published by postmanlabs. It ranks #288 of 132,046 servers tracked on MCP Toplist, and its repository has 316 GitHub stars. Postman MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 24 tracked versions. It was first listed on Jun 10, 2025 and most recently updated on Sep 21, 2026.
Ranks ahead of 131,758 of 132,046 servers on MCP Toplist.
Use Postman MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http postman-mcp-server https://mcp.postman.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http postman-mcp-server https://mcp.postman.com/minimalThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http postman-mcp-server https://mcp.eu.postman.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http postman-mcp-server https://mcp.eu.postman.com/minimalThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add postman-mcp-server -e "POSTMAN_API_KEY=<your POSTMAN_API_KEY>" -- npx -y @postman/postman-mcp-serverReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/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.13.0/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.13.0/postman-mcp-server-code.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-learn.mcpb` — install it through your client’s extension manager.
[mcp_servers.postman-mcp-server]
url = "https://mcp.postman.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.postman-mcp-server]
url = "https://mcp.postman.com/minimal"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.postman-mcp-server]
url = "https://mcp.eu.postman.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.postman-mcp-server]
url = "https://mcp.eu.postman.com/minimal"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.postman-mcp-server]
command = "npx"
args = ["-y", "@postman/postman-mcp-server"]
[mcp_servers.postman-mcp-server.env]
POSTMAN_API_KEY = "<your POSTMAN_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/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.13.0/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.13.0/postman-mcp-server-code.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-learn.mcpb` — install it through your client’s extension manager.
https://mcp.postman.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.postman.com/minimalSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.eu.postman.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.eu.postman.com/minimalSettings → Connectors → “Add custom connector”, then paste this URL. 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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/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.13.0/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.13.0/postman-mcp-server-code.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-learn.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.postman.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.postman.com/minimal"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.eu.postman.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.eu.postman.com/minimal"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). 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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/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.13.0/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.13.0/postman-mcp-server-code.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-learn.mcpb` — install it through your client’s extension manager.
{
"servers": {
"postman-mcp-server": {
"type": "http",
"url": "https://mcp.postman.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"postman-mcp-server": {
"type": "http",
"url": "https://mcp.postman.com/minimal"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"postman-mcp-server": {
"type": "http",
"url": "https://mcp.eu.postman.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"postman-mcp-server": {
"type": "http",
"url": "https://mcp.eu.postman.com/minimal"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"postman-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@postman/postman-mcp-server"
],
"env": {
"POSTMAN_API_KEY": "<your POSTMAN_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/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.13.0/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.13.0/postman-mcp-server-code.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-learn.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"postman-mcp-server": {
"serverUrl": "https://mcp.postman.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"serverUrl": "https://mcp.postman.com/minimal"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"serverUrl": "https://mcp.eu.postman.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"serverUrl": "https://mcp.eu.postman.com/minimal"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. 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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/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.13.0/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.13.0/postman-mcp-server-code.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-learn.mcpb` — install it through your client’s extension manager.
{
"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": {
"url": "https://mcp.postman.com/minimal"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.eu.postman.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.eu.postman.com/minimal"
}
}
}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.13.0/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.13.0/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.13.0/postman-mcp-server-code.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-learn.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.postman%2Fpostman-mcp-server)<a href="https://mcptoplist.com/server/com.postman%2Fpostman-mcp-server"><img src="https://mcptoplist.com/badge/com.postman%2Fpostman-mcp-server.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
postmanlabs
Available versions (24)
| Version | Published |
|---|---|
| 2.13.0 | Sep 21, 2026 |
| 2.12.3 | Sep 9, 2026 |
| 2.12.2 | Sep 8, 2026 |
| 2.12.0 | Aug 18, 2026 |
| 2.11.2 | Jul 24, 2026 |
| 2.11.1 | Jul 14, 2026 |
| 2.11.0 | Jul 1, 2026 |
| 2.9.1 | Jun 12, 2026 |
| 2.9.0 | Jun 8, 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 (24 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 24 versions of Postman MCP Server, most recently published on Sep 21, 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.