[ MCP_NODE_3851 ]
postman
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Postman’s 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.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"postman-en": {
"description": "Postman's 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.",
"type": "http",
"url": "https://mcp.postman.com/{minimal | mcp}",
"headers": {
"Authorization": "Bearer ${input:postman-api-key}"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.