{
  "markdown": "# Postman MCP Server\n\nThe **Postman MCP Server** implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) to connect AI agents and coding assistants — including Claude Code, Cursor, VS Code Copilot, GitHub Copilot CLI, and Gemini CLI — directly to your Postman workspaces, collections, specifications, and environments.\n\nPostman also offers the server as an [npm package](https://www.npmjs.com/package/@postman/postman-mcp-server).\n\nFor the full installation guide with agent-specific setup, see Postman's [MCP Server product page](https://www.postman.com/product/mcp-server/).\n\n---\n\n## Postman MCP Server collection\n\nThe [Postman MCP Server collection](https://www.postman.com/postman/postman-public-workspace/collection/681dc649440b35935978b8b7) is the quickest way to explore, test, and connect to the Postman MCP Server. Use it to:\n\n- Browse the complete list of available tools across all configurations.\n- Connect to and test the remote server — [Full](https://www.postman.com/postman/postman-public-workspace/mcp-request/6821a76b17ccb90a86df48d3) and [Minimal](https://www.postman.com/postman/postman-public-workspace/mcp-request/689e1c635be722a98b723238).\n- Connect to and test the [local server](https://www.postman.com/postman/postman-public-workspace/mcp-request/6866a655b36c67cc435b5033).\n\n---\n\n## Tool configurations\n\n- **Minimal** — (Default) Only includes essential tools for basic Postman operations. Ideal for users who want to modify a single Postman element, such as collections, workspaces, or environments.\n- **Code** — Includes tools to generate high-quality, well-organized client code from public and internal API definitions. Ideal for users who need to consume APIs or get API context to their agents.\n- **Full** — Includes all available Postman API tools (100+ tools). Ideal for users who engage in advanced collaboration and Postman's Enterprise features.\n- **Learn** — Searches [Postman Docs](https://learning.postman.com/) for guides, tutorials, and reference content. Ideal for agents who need to discover Postman features, look up API concepts, or find learning resources.\n\n---\n\n## Authentication\n\nFor the best developer experience and fastest setup, use **OAuth** on the remote server (`https://mcp.postman.com`). OAuth is fully compliant with the [MCP Authorization specification](https://modelcontextprotocol.io/specification/draft/basic/authorization) and requires no manual API key configuration.\n\nThe EU remote server and the local server support only [Postman API key](https://postman.postman.co/settings/me/api-keys) authentication.\n\n---\n\n## Quick start\n\n**Remote** (any OAuth-compatible MCP host):\n\nAdd this URL to your MCP host's configuration:\n\n```bash\nhttps://mcp.postman.com/minimal\n```\n\nChange `/minimal` to `/code` or `/mcp` for Code or Full mode. For EU or API key auth, pass `Authorization: Bearer <POSTMAN_API_KEY>` as a header.\n\n**Local:**\n\n```bash\nnpx @postman/postman-mcp-server\n```\n\nAdd `--code` or `--full` for Code or Full mode. Set `POSTMAN_API_KEY` as an environment variable.\n\nFor IDE-specific setup instructions, see the following table. For more information, see the [Postman MCP Server docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/overview).\n\n---\n\n## Supported agents and IDEs\n\n\n| Agent / IDE | Remote | Local |\n| --- | --- | --- |\n| Claude Code        | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-remote-server#claude-code)        | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-local-server#claude-code)        |\n| Claude Desktop     | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-remote-server#claude) | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-local-server#claude)             |\n| Cursor             | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-remote-server#cursor)             | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-local-server#cursor)             |\n| VS Code            | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-remote-server#visual-studio-code) | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-local-server#visual-studio-code) |\n| Codex              | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-remote-server#codex)              | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-local-server#codex)              |\n| Antigravity CLI       | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-remote-server#antigravity-cli)        | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-local-server#antigravity-cli)        |\n| GitHub Copilot CLI | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-remote-server#github-copilot-cli) | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-local-server#github-copilot-cli) |\n| Kiro               | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-remote-server#kiro)               | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-local-server#kiro)               |\n| Docker             | —                                                                                                                               | [Docs](https://learning.postman.com/docs/reference/postman-api/postman-mcp-server/postman-mcp-local-server#docker)             |\n\n\n---\n\n## EU support\n\nThe Postman MCP Server supports the EU region for remote and local servers:\n\n- For streamable HTTP, the remote server is available at `https://mcp.eu.postman.com/mcp` (Full), `https://mcp.eu.postman.com/code`, and `https://mcp.eu.postman.com/minimal`.\n- For the STDIO public package, use the `--region eu` flag, or set the `POSTMAN_API_BASE_URL` environment variable directly.\n- OAuth isn't supported for the EU server. The EU remote server only supports API key authentication.\n\n---\n\n## Use cases\n\n- **API Testing** — Continuously test your API using your Postman collection. Use the local server to test local APIs, as the remote server won't have network access to your workstation.\n- **Code synchronization** — Keep your code in sync with your [Postman Collections](https://learning.postman.com/docs/design-apis/collections/overview/) and specs.\n- **Collection management** — Create and tag collections, update documentation, add comments, or perform actions across multiple collections without leaving your editor.\n- **Workspace and environment management** — Create workspaces and environments, plus manage environment variables.\n- **Automatic spec creation** — Create specs from your code and use them to generate collections.\n- **Client code generation** — Generate production-ready client code that consumes APIs following best practices and project conventions.\n\n---\n\n## Docker\n\nFor Docker setup and installation, see [DOCKER.md](https://github.com/postmanlabs/postman-mcp-server/blob/main/DOCKER.md).\n\n---\n\n## Contributing\n\nBug reports, tool requests, and documentation fixes are all welcome — see\n[CONTRIBUTING.md](./CONTRIBUTING.md).\n\n- [Report a bug](https://github.com/postmanlabs/postman-mcp-server/issues/new?template=bug_report.yml)\n- [Request a tool, or a change to one](https://github.com/postmanlabs/postman-mcp-server/issues/new?template=tool_request.yml)\n- [Report a documentation issue](https://github.com/postmanlabs/postman-mcp-server/issues/new?template=docs_issue.yml)\n\nThe MCP tool definitions and the server implementation here are synced from Postman's\ninternal source of truth, so changes to files under `src/` can't be merged in this\nrepository — but issues are how those changes get made, and we credit contributions\nthat ship. Documentation and repository tooling accept pull requests directly.\n\nFound a security issue? See [SECURITY.md](./SECURITY.md) — please don't open a public\nissue.\n\n---\n\n## Questions and support\n\n- See [Add your MCP requests to your collections](https://learning.postman.com/docs/postman-ai-agent-builder/mcp-requests/overview/) to learn how to use Postman to perform MCP requests.\n- Visit the [Postman Community](https://community.postman.com/) to share what you've built, ask questions, and get help.\n- You can connect to both the remote and local servers and test them using the [Postman MCP Server collection](https://www.postman.com/postman/postman-public-workspace/collection/681dc649440b35935978b8b7).\n- Report bugs and request tools in [GitHub Issues](https://github.com/postmanlabs/postman-mcp-server/issues). See [SUPPORT.md](./SUPPORT.md) for which channel fits your question.\n\n---\n\n## Keywords\n\nModel Context Protocol · MCP Server · Postman · AI Agents · Claude Code · Cursor · VS Code · Specifications · REST API · API Testing · TypeScript · OpenAPI\n\n",
  "bytes": 9235,
  "sha": "7db91d207ab92abc61670694580fa714b35156490e1175a8e7e3cfbba47573ae",
  "repo_slug": "postmanlabs/postman-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_postman_postman_mcp_server_2a020324/readme"
}