Back to MCP Servers
Postman
Interact with [Postman API](https://www.postman.com/postman/postman-public-workspace/)
developer-toolsapi
By delano
Installation
npx -y postman-mcp-serverConfiguration
{
"mcpServers": {
"postman-mcp-server": {
"command": "npx",
"args": ["-y", "postman-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes