Postman
OfficialFeatured
⚙️ Developer Tools
The official Postman MCP server connects AI agents to your Postman workspaces, collections, environments, and APIs. Supports minimal, full (100+ tools), and code generation modes for complete API workflow automation.
Tags
Tools (30)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"postman": {
"command": "npx",
"args": [
"-y",
"@postman/postman-mcp-server"
],
"env": {
"POSTMAN_API_KEY": "your-postman-api-key-here"
}
}
}
}