development
location
documentation
public
integration
What is Postman MCP Server offers a lightweight MCP-compatible server option for integration with tools like VS Code.?
This project offers a single MCP-compatible server option: a lightweight STDIO server that communicates over standard input/output, ideal for integration with editors and tools like VS Code. It also provides an HTTP streamable version available at https://mcp.postman.com.
Documentation
Postman MCP Server
This project offers a single MCP-compatible server option:
STDIO server — A lightweight MCP server that communicates over standard input/output, ideal for integration with editors and tools like VS Code.
See more about the Model Context Protocol available transports in the MCP specification.
🧰 VS Code Integration
VS Code only supports up to 128 tools. If you add the Postman MCP server and this exceeds 128 tools, you will encounter an issue with your agent.
You can integrate your MCP server with Visual Studio Code to use it with VS Code extensions that support MCP.
Create a .vscode/mcp.json file in your project with the following configuration: