delano/postman-mcp-server
by Various
An MCP server that provides access to Postman.
MCP
delano/postman-mcp-server
Added 1 June 2026
Overview
An MCP server that exposes Postman collections and environments through the Model Context Protocol. It allows AI agents to query and interact with Postman data using TypeScript.
Best for
Best for
Developers who want AI agents to read Postman collections and environments programmatically.
Use cases
- Retrieve Postman collection details for automated testing
- Access environment variables from Postman within AI workflows
- Integrate Postman API data into agent-driven development tasks
How to use
Install
npx -y @smithery/cli install postman-api-server --client claude Tools exposed
pnpmnode
Tested with
Claude Desktop, Cline
Example client config
{\n "mcpServers": {\n "postman": {\n "command": "node",\n "args": [\n "/path/to/postman-api-server/build/index.js"\n ],\n "env": {\n "POSTMAN_API_KEY": "CHANGEME"\n }\n }\n }\n} Notes
An MCP server that exposes Postman collections and environments through the Model Context Protocol. It allows AI agents to query and interact with Postman data using TypeScript.
150 stars on GitHub. Last updated 2026-02-11. Licensed MIT.
Use cases
- Retrieve Postman collection details for automated testing
- Access environment variables from Postman within AI workflows
- Integrate Postman API data into agent-driven development tasks
Pros
- Enables direct AI agent access to Postman collections
- Lightweight TypeScript implementation with 150 GitHub stars
- Simplifies bridging Postman data with MCP-compatible tools
Cons
- Limited to Postman data access, no API execution or testing
- Relies on Postman’s existing API and authentication setup
- Small community and limited documentation beyond the repo
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Enables direct AI agent access to Postman collections
- Lightweight TypeScript implementation with 150 GitHub stars
- Simplifies bridging Postman data with MCP-compatible tools
Cons
- Limited to Postman data access, no API execution or testing
- Relies on Postman's existing API and authentication setup
- Small community and limited documentation beyond the repo
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.