You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Perplexity API Platform MCP Server
2
2
3
+
[](https://cursor.com/en/install-mcp?name=perplexity&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwZXJwbGV4aXR5LWFpL21jcC1zZXJ2ZXIiXX0=)
4
+
5
+
[](https://vscode.dev/redirect/mcp/install?name=perplexity&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40perplexity-ai%2Fmcp-server%22%5D%7D)
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
10
5
11
Please refer to the official [DeepWiki page](https://deepwiki.com/ppl-ai/modelcontextprotocol) for assistance with implementation.
@@ -76,9 +82,9 @@ Or add to your `claude.json`:
76
82
}
77
83
```
78
84
79
-
### Cursor
85
+
### Cursor / VS Code
80
86
81
-
Add to your `mcp.json`:
87
+
Add to your `mcp.json` (Cursor) or `.vscode/mcp.json` (VS Code):
82
88
83
89
```json
84
90
{
@@ -95,6 +101,8 @@ Add to your `mcp.json`:
95
101
}
96
102
```
97
103
104
+
Or use the one-click install badges at the top of this README.
105
+
98
106
### Codex
99
107
100
108
Run in your terminal:
@@ -167,7 +175,7 @@ If you'd rather use the standard variables, we support `HTTPS_PROXY` and `HTTP_P
167
175
-**Connection Errors**: Check your internet connection and API key validity
168
176
-**Tool Not Found**: Make sure the package is installed and the command path is correct
169
177
-**Timeout Errors**: For very long research queries, set `PERPLEXITY_TIMEOUT_MS` to a higher value
170
-
-**Proxy Issues**: Verify your `PERPLEXITY_PROXY` or `HTTPS_PROXY` setup and ensure `api.perplexity.ai` isn’t blocked by your firewall.
178
+
-**Proxy Issues**: Verify your `PERPLEXITY_PROXY` or `HTTPS_PROXY` setup and ensure `api.perplexity.ai` isn't blocked by your firewall.
171
179
172
180
For support, visit [community.perplexity.ai](https://community.perplexity.ai) or [file an issue](https://github.com/perplexityai/modelcontextprotocol/issues).
0 commit comments