An MCP server for interacting with the Postman API, requiring an API key.
This project offers the following Model Context Protocol (MCP) server options:
For more information about the available transports, see the MCP specification.
This is a lightweight solution that's ideal for integration with editors and tools like VS Code.
For Docker set up and installation, see DOCKER.md.
Note: By default, this server provides 37 tools (minimal mode). Use the
--full
flag to access all 106 tools.
Integrate your MCP server with Visual Studio Code and use it with VS Code extensions that support MCP. To do this, do the following:
Create a .vscode/mcp.json file in your project and enter the following:
{
"servers": {
"postman-api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"@postman/postman-mcp-server",
"--full" // (optional) Use this flag to enable full mode
],
"env": {
"POSTMAN_API_KEY": "${input:postman-api-key}"
}
}
},
"inputs": [
{
"id": "postman-api-key",
"type": "promptString",
"description": "Enter your Postman API key"
}
]
}
Install an MCP-compatible VS Code extension, such as GitHub Copilot, Claude for VS Code, or other AI assistants that support MCP.
Configure the extension to use the postman-api-mcp server, a local STDIO-based server that runs directly from your project files:
npm install
command. This installs all the required dependencies.${workspaceFolder}
in the mcp.json file with the full path to the Postman MCP repository.To integrate the MCP server with Claude, check the latest Postman MCP server release and get the .dxt
file. For more information, see Anthropic's Claude Desktop Extensions documentation.
The streamable HTTP version is available at https://mcp.postman.com
. It supports two tool configurations to better serve different use cases:
https://mcp.postman.com/minimal
. This offers faster performance and simplifies use for those who only need basic Postman operations.https://mcp.postman.com/mcp
.To integrate the MCP server with Cursor, click the following button:
Ensure the Authorization header uses the Bearer <YOUR_API_KEY> format.
By default, the server provides 37 tools. Use Full (
https://mcp.postman.com/mcp
) mode to access all 106 tools.
To install in VS Code, you can use the Postman VS Code Extension. Or you can add the following to the .vscode/mcp.json file:
{
"servers": {
"postman-api-http-server": {
"type": "http",
"url": "https://mcp.postman.com/{minimal | mcp}", // choose "minimal" or "mcp"
"headers": {
"Authorization": "Bearer ${input:postman-api-key}"
}
}
},
"inputs": [
{
"id": "postman-api-key",
"type": "promptString",
"description": "Enter your Postman API key"
}
]
}
When prompted, enter your Postman API key. Afterwards, the agent performs calls to the Postman cloud MCP server at https://mcp.postman.com
.
create-collection
→ createCollection
get-workspaces
→ getWorkspaces
delete-environment
→ deleteEnvironment
--full
flag provides access to all 106 tools.Integrate with the Buildkite API to search and manage CI/CD pipelines.
connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more.
An MCP server for the Criage package manager, providing full client functionality via the MCP protocol.
Interact with Jupyter notebooks running in any JupyterLab environment, supporting real-time control and smart execution of notebook cells.
A Tabby plugin implementing an MCP server for AI-powered terminal control and automation.
Assists with aki-ui component development and usage.
An MCP server for managing authorization models with OpenFGA, an open-source authorization system.
Provides AI-powered mentorship to LLM agents for tasks like code review, design critique, and brainstorming, using the Deepseek API.
Advanced computer vision and object detection MCP server powered by Dino-X, enabling AI agents to analyze images, detect objects, identify keypoints, and perform visual understanding tasks.
Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by Thirdweb.