TypeScript-based MCP server that exposes the full Postman API as structured tools for Model Context Protocol clients (Claude Desktop, Cline, etc.).
https://github.com/delano/postman-mcp-serverStop context-switching between Claude and Postman. This MCP server gives your AI assistant direct access to your entire Postman workspace—collections, environments, API schemas, and all the automation that comes with them.
You're already using Postman for API testing and Claude for development assistance. But every time you need to check an endpoint, update a collection, or manage test environments, you're switching contexts and manually copying information back and forth.
This MCP server eliminates that friction entirely. Your AI can now:
It's not just about running individual requests—it's about having an AI that understands your entire API ecosystem.
API Documentation Maintenance: Ask Claude to review your API endpoints and automatically update the corresponding Postman collection with new parameters, updated descriptions, or environment variables. No more manual sync between code and documentation.
Environment Management: "Set up a new staging environment with these database credentials and API keys, then fork the production collection for testing." Done in seconds instead of clicking through multiple screens.
Test Suite Generation: Feed Claude your OpenAPI spec and have it generate a complete Postman collection with proper test assertions, error handling, and environment variable usage.
Collection Version Control: "Merge the latest changes from the authentication branch into the main collection, but preserve the webhook configurations." The AI handles the complex merge logic while you focus on the actual API changes.
Built with the MCP SDK and proper TypeScript definitions, this server integrates seamlessly with Claude Desktop, Cline, and other MCP-compatible tools. The setup is straightforward:
npx -y @smithery/cli install postman-api-server --client claudeThat's it. Your AI now has full access to your Postman workspace through structured, validated tools.
This isn't wrapper around curl commands. You get access to Postman's advanced features:
The server exposes 40+ distinct tools covering everything from basic CRUD operations to advanced enterprise features like SCIM provisioning and role-based access control.
Perfect for:
Overkill for:
If you're just checking a single endpoint, stick with curl. But if you're managing API ecosystems, coordinating environments, or maintaining collections across teams, this MCP server becomes essential infrastructure.
Built with Zod for runtime validation, proper error handling, and comprehensive TypeScript definitions. The server includes debugging tools via MCP Inspector and integrates with existing development workflows without requiring architectural changes.
The codebase leverages Postman's official OpenAPI specification, ensuring compatibility with all current and future API features. Rate limiting and authentication are handled transparently, so you don't need to worry about quota management or token refresh logic.
Get started: https://github.com/delano/postman-mcp-server
Your API workflow just got significantly more intelligent.