# Perplexity

Accesses the web to provide detailed, contextually relevant search results with accurate citations. Delivers real-time information and deep insights by querying advanced language models. Streamlines …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add arjunkmrm/perplexity-search

# Browse available tools
npx -y @smithery/cli@latest tool list arjunkmrm/perplexity-search

# Get full schema for a tool
npx -y @smithery/cli@latest tool get arjunkmrm/perplexity-search search

# Call a tool
npx -y @smithery/cli@latest tool call arjunkmrm/perplexity-search search '{}'
```

## Direct MCP Connection

Endpoint: `https://perplexity-search--arjunkmrm.run.tools`

**Required config:**
- `model` (query) — Perplexity model to use
- `maxTokens` (query) — Maximum tokens for response
- `temperature` (query) — Temperature for response generation
- `perplexityApiKey` (query) — Your Perplexity API key

## Tools (1)

- `search` — Perform a web search using Perplexity's API, which provides detailed and contextually relevant results with citations. …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get arjunkmrm/perplexity-search <tool-name>
```

---

Source: https://github.com/arjunkmrm/perplexity-search
