Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Postman
send

Postman MCP Server

API development and testing platform

apitestingdevelopment

About

## Postman MCP Server: API Development and Testing Platform The **Postman MCP Server** integrates comprehensive API development and testing capabilities into Google Antigravity, enabling seamless API exploration, testing, documentation, and collaboration through AI-assisted workflows. ### Why Postman MCP? - **API Exploration**: Discover and test APIs quickly with intelligent request building and response parsing - **Collection Management**: Organize API requests into collections for reuse, sharing, and automated testing - **Environment Variables**: Manage multiple environments with variable substitution for dev, staging, and production - **Automated Testing**: Write and run test scripts that validate API responses and performance - **Documentation Generation**: Automatically generate beautiful API documentation from your collections ### Key Features #### 1. API Requests ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Send a POST request to create a new user and save the response to a Postman collection" }] ) ``` #### 2. Collection Management ```python # Manage API collections response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a Postman collection for the payment API with requests for charges, refunds, and webhooks" }] ) ``` #### 3. Environment Configuration ```python # Set up environments response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create Postman environments for development, staging, and production with appropriate base URLs" }] ) ``` #### 4. Test Automation ```python # Write API tests response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Add test scripts to verify authentication endpoints return correct status codes and tokens" }] ) ``` ### Configuration ```json { "mcpServers": { "postman": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-postman"], "env": { "POSTMAN_API_KEY": "your-postman-api-key", "POSTMAN_WORKSPACE_ID": "your-workspace-id" } } } } ``` ### Use Cases **API Development**: Build and test APIs iteratively with immediate feedback on request/response cycles. **Integration Testing**: Automate API integration tests as part of CI/CD pipelines for quality assurance. **Team Collaboration**: Share collections and environments across teams for consistent API usage. **API Documentation**: Generate and maintain up-to-date API documentation directly from tested requests. The Postman MCP Server transforms API development from a manual, tool-switching process into a streamlined AI-assisted workflow that accelerates development and improves quality.

Installation

Configuration
{
  "mcpServers": {
    "postman": {
      "mcpServers": {
        "postman": {
          "env": {
            "POSTMAN_API_KEY": "your-postman-api-key"
          },
          "args": [
            "-y",
            "postman-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get API key from Postman account settings
  2. 2Set POSTMAN_API_KEY environment variable
  3. 3Access collections and environments

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers