Postman
Freeby Indie Developer
Manage API collections, run requests, and generate API documentation.
v1.0.0Added Feb 14, 2025
postmanapitestingrest
Postman MCP Server
Manage API collections, run requests, and generate API documentation.
Features
- Collection management
- Request execution
- Environment variables
- Test scripts
- Documentation generation
Installation
{
"mcpServers": {
"postman": {
"command": "npx",
"args": ["-y", "mcp-postman"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-postman
Add to claude_desktop_config.json
{
"mcpServers": {
"postman": {
"command": "npx",
"args": ["-y", "mcp-postman"]
}
}
}