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
Perplexity
search

Perplexity MCP Server

Official Perplexity AI search MCP server

perplexitysearchairesearchweb

About

## Perplexity MCP Server: AI-Powered Search Engine The **Perplexity MCP Server** integrates the conversational AI search engine directly into Google Antigravity, enabling AI assistants to perform research queries with synthesized, sourced answers. This integration brings intelligent information retrieval to your development workflow. ### Why Perplexity MCP? - **Synthesized Answers**: Get comprehensive answers synthesized from multiple sources - **Source Citations**: All responses include cited sources for verification - **Real-Time Information**: Access current information with fresh web searches - **Follow-Up Queries**: Maintain context for iterative research conversations - **Pro Search**: Deep research mode for comprehensive topic exploration ### Key Features #### 1. Research Queries ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Research the current state of WebAssembly adoption in production environments" }], tools=[{ "name": "perplexity_search", "description": "AI-powered search" }] ) ``` #### 2. Deep Research ```python # Comprehensive research response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Conduct deep research on GraphQL vs REST API design patterns with current best practices" }], tools=[{"name": "perplexity_pro", "description": "Deep research mode"}] ) ``` #### 3. Follow-Up Questions ```python # Continue research thread response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Follow up on that research: what are the performance implications?" }], tools=[{"name": "perplexity_followup", "description": "Follow-up queries"}] ) ``` #### 4. Focused Search ```python # Domain-specific search response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Search academic papers about transformer architecture optimizations" }], tools=[{"name": "perplexity_academic", "description": "Academic search"}] ) ``` ### Configuration ```json { "mcpServers": { "perplexity": { "command": "npx", "args": ["-y", "@anthropic/mcp-perplexity"], "env": { "PERPLEXITY_API_KEY": "your-perplexity-api-key" } } } } ``` ### Use Cases **Technical Research**: Get synthesized answers to complex technical questions with sources. **Competitive Analysis**: Research competitors, technologies, and market trends comprehensively. **Documentation**: Gather information for technical writing with verified sources. **Learning**: Explore new topics with comprehensive, well-sourced explanations. The Perplexity MCP Server brings AI-powered research capabilities directly into your development workflow, enabling intelligent information synthesis.

Installation

Configuration
{
  "mcpServers": {
    "perplexity": {
      "mcpServers": {
        "perplexity": {
          "env": {
            "PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY"
          },
          "args": [
            "-y",
            "perplexity-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Get API key from perplexity.ai
  2. 22. Real-time web search with AI reasoning
  3. 33. Structured search results with citations

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