Skip to content

Commit a9c00b3

Browse files
Update README.md with claude code installation guide (#52)
* Update README.md with claude code Edits for docs review --------- Co-authored-by: Ashley Kinard <[email protected]>
1 parent e2f238f commit a9c00b3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ The Postman MCP Server supports the EU region for remote and local servers:
3030
- [**Prerequisites**](#prerequisites)
3131
- [**VS Code**](#install-in-vs-code)
3232
- [**Cursor**](#install-in-cursor)
33+
- [**Claude Code**](#install-in-claude-code)
3334
- [**Local server**](#local-server)
3435
- [**Prerequisites**](#prerequisites-1)
3536
- [**Configuration**](#configuration)
3637
- [**VS Code**](#install-in-vs-code-1)
3738
- [**Cursor**](#install-in-cursor-1)
3839
- [**Claude**](#claude-integration)
40+
- [**Claude Code**](#install-in-claude-code-1)
3941
- [**Gemini CLI**](#use-as-a-gemini-cli-extension)
4042
- [**Questions and support**](#questions-and-support)
4143
- [**Migration from Postman MCP Server v1 to v2**](#migration-from-v1x-to-v2x)
@@ -100,6 +102,21 @@ To install the remote Postman MCP Server in Cursor, click the install button.
100102

101103
**Note:** Ensure that the Authorization header uses the `Bearer <YOUR_API_KEY>` format.
102104

105+
### Install in Claude Code
106+
107+
To install the MCP server in Claude Code, run the following command in your terminal:
108+
109+
**Minimal**
110+
111+
```bash
112+
claude mcp add --transport http postman https://mcp.postman.com/minimal
113+
```
114+
115+
**Full**
116+
```bash
117+
claude mcp add --transport http postman https://mcp.postman.com/mcp
118+
```
119+
103120
---
104121

105122
## Local server
@@ -189,6 +206,21 @@ To integrate the MCP server with Claude, check the latest [Postman MCP Server re
189206

190207
For more information, see Anthropic's [Claude Desktop Extensions](https://www.anthropic.com/engineering/desktop-extensions) documentation.
191208

209+
### Install in Claude Code
210+
211+
To install the MCP server in Claude Code, run the following command in your terminal:
212+
213+
**Minimal**
214+
215+
```bash
216+
claude mcp add postman -- npx @postman/mcp-server@latest
217+
```
218+
219+
**Full**
220+
```bash
221+
claude mcp add postman -- npx @postman/mcp-server@latest --full
222+
```
223+
192224
### Use as a Gemini CLI extension
193225

194226
To install the MCP server as a Gemini CLI extension, run the following command in your terminal:

0 commit comments

Comments
 (0)