Home › Other › Postman MCP Server
Postman MCP Server
Give your AI agents trusted access to the full Postman platform.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.postman.com/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http postman-mcp-server https://mcp.postman.com/mcp --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.postman.com/mcp",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationrequired secret — A Bearer token and a valid Postman API key for authentication.
Remote (streamable-http)
https://mcp.postman.com/minimal Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http postman-mcp-server https://mcp.postman.com/minimal --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.postman.com/minimal",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationrequired secret — A Bearer token and a valid Postman API key for authentication.
Remote (streamable-http)
https://mcp.eu.postman.com/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http postman-mcp-server https://mcp.eu.postman.com/mcp --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.eu.postman.com/mcp",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationrequired secret — A Bearer token and a valid Postman API key for authentication.
Remote (streamable-http)
https://mcp.eu.postman.com/minimal Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http postman-mcp-server https://mcp.eu.postman.com/minimal --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"postman-mcp-server": {
"url": "https://mcp.eu.postman.com/minimal",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationrequired secret — A Bearer token and a valid Postman API key for authentication.
Package (npm 2.13.0)
npx -y @postman/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"postman-mcp-server": {
"command": "npx",
"args": [
"-y",
"@postman/[email protected]"
],
"env": {
"POSTMAN_API_KEY": "<YOUR_VALUE>"
}
}
}
}
POSTMAN_API_KEYrequired secret — A valid Postman API key.
Package (mcpb)
Package: mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-minimal.mcpb
POSTMAN_API_KEYrequired secret — A valid Postman API key.
Package (mcpb)
Package: mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-full.mcpb
POSTMAN_API_KEYrequired secret — A valid Postman API key.
Package (mcpb)
Package: mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-code.mcpb
POSTMAN_API_KEYrequired secret — A valid Postman API key.
Package (mcpb)
Package: mcpb https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.13.0/postman-mcp-server-learn.mcpb
POSTMAN_API_KEYrequired secret — A valid Postman API key.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry