Skip to content

Commit 30840f8

Browse files
committed
Update README
1 parent c165599 commit 30840f8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Perplexity API Platform MCP Server
22

3+
[![Install in Cursor](https://custom-icon-badges.demolab.com/badge/Install_in_Cursor-000000?style=for-the-badge&logo=cursor-ai-white)](https://cursor.com/en/install-mcp?name=perplexity&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwZXJwbGV4aXR5LWFpL21jcC1zZXJ2ZXIiXX0=)
4+
 
5+
[![Install in VS Code](https://custom-icon-badges.demolab.com/badge/Install_in_VS_Code-007ACC?style=for-the-badge&logo=vsc&logoColor=white)](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)
6+
 
7+
[![npm version](https://img.shields.io/npm/v/%40perplexity-ai%2Fmcp-server?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/@perplexity-ai/mcp-server)
8+
39
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.
410

511
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`:
7682
}
7783
```
7884

79-
### Cursor
85+
### Cursor / VS Code
8086

81-
Add to your `mcp.json`:
87+
Add to your `mcp.json` (Cursor) or `.vscode/mcp.json` (VS Code):
8288

8389
```json
8490
{
@@ -95,6 +101,8 @@ Add to your `mcp.json`:
95101
}
96102
```
97103

104+
Or use the one-click install badges at the top of this README.
105+
98106
### Codex
99107

100108
Run in your terminal:
@@ -167,7 +175,7 @@ If you'd rather use the standard variables, we support `HTTPS_PROXY` and `HTTP_P
167175
- **Connection Errors**: Check your internet connection and API key validity
168176
- **Tool Not Found**: Make sure the package is installed and the command path is correct
169177
- **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` isnt 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.
171179

172180
For support, visit [community.perplexity.ai](https://community.perplexity.ai) or [file an issue](https://github.com/perplexityai/modelcontextprotocol/issues).
173181

0 commit comments

Comments
 (0)