API testing and collections. Run requests, manage environments, and automate API testing.
npx -y @postman/mcp-server-postman
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"postman": {
"command": "npx",
"args": ["-y", "@postman/mcp-server-postman"]
}
}
}
```
fetch_datacreate_recordupdate_resourcedelete_itemlist_endpointsAPI testing and collections. Run requests, manage environments, and automate API testing.
Language: JavaScript
Category: APIs