List all collections in your Postman workspace
Get details of a specific collection
Create a new collection
Update an existing collection
Delete a collection
List all environments in your Postman workspace
Get details of a specific environment
Create a new environment
Update an existing environment
Delete an environment
List all APIs in your Postman workspace
Get details of a specific API
Create a new API
Update an existing API
Delete an API
List all workspaces you have access to
Get details of a specific workspace
The Postman API MCP server provides a comprehensive interface to interact with Postman's powerful API platform. It enables you to programmatically manage collections, environments, APIs, and authentication settings directly through Claude. Built on the official Postman OpenAPI specification, this MCP server gives you full access to Postman's functionality including CRUD operations for collections, environment management, API schema handling, and role-based access controls. Whether you're organizing API documentation, testing endpoints, or managing team permissions, this integration streamlines your workflow.
The Postman API MCP server allows you to interact with Postman's platform directly through Claude, giving you programmatic access to collections, environments, APIs, and more.
Before using the Postman API MCP server, you'll need:
docker run -p 3000:3000 -e POSTMAN_API_KEY=your_api_key delano/postman-mcp-server
git clone https://github.com/delano/postman-mcp-server.git
cd postman-mcp-server
pnpm install
.env
file in the root directory with:POSTMAN_API_KEY=your_api_key
pnpm start
To use the Postman API MCP server with Claude Desktop, Cline, or Zed:
http://localhost:3000
(or your custom deployment URL)Once connected, you can use natural language to interact with Postman:
If you encounter issues:
For more information, refer to the Postman API documentation or the MCP server repository.