Metadata-Version: 2.3
Name: mcp-server-perplexity
Version: 0.1.1
Summary: MCP Server for the Perplexity API.
Project-URL: Homepage, https://github.com/tanigami/mcp-server-perplexity
Project-URL: Repository, https://github.com/tanigami/mcp-server-perplexity
Author-email: Hirofumi Tanigami <tanigami@teps.io>
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# Perplexity MCP Server

MCP Server for the Perplexity API.

## Components

### Tools

- **ask_perplexity**: Request chat completion with citations from Perplexity  

## Quickstart

### Install

#### Claude Desktop

- On macOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`  
- On Windows: `%APPDATA%/Claude/claude_desktop_config.json`

```
"mcpServers": {
  "Perplexity": {
    "command": "uvx",
    "args": [
      "mcp-server-perplexity"
    ],
    "env": {
      "PERPLEXITY_API_KEY": "your-perplexity-api-key"
    }
  }
}
```
