@perplexity-ai/mcp-server 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,13 +2,7 @@
2
2
 
3
3
  The official MCP server implementation for the Perplexity API Platform, providing AI assistants with real-time web search, reasoning, and research capabilities through Sonar models and the Search API.
4
4
 
5
- Please refer to the official [DeepWiki page](https://deepwiki.com/ppl-ai/modelcontextprotocol) for assistance with implementation.
6
-
7
- ## Quick Start
8
-
9
- ```bash
10
- npx @perplexity-ai/mcp-server
11
- ```
5
+ Please refer to the official [DeepWiki page](https://deepwiki.com/ppl-ai/modelcontextprotocol) for assistance with implementation.
12
6
 
13
7
  ## Available Tools
14
8
 
@@ -77,6 +71,14 @@ Add to your `mcp.json`:
77
71
  }
78
72
  ```
79
73
 
74
+ ### Codex
75
+
76
+ Run in your terminal:
77
+
78
+ ```bash
79
+ codex mcp add perplexity --env PERPLEXITY_API_KEY=your_key_here -- npx -y @perplexity-ai/mcp-server
80
+ ```
81
+
80
82
  ### Claude Desktop
81
83
 
82
84
  Add to your `claude_desktop_config.json`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perplexity-ai/mcp-server",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Official MCP server for Perplexity API Platform",
5
5
  "keywords": [
6
6
  "ai",