Skip to content

Commit df5e29a

Browse files
Merge pull request #129 from perplexityai/readme-console-link
README: point API key links at console.perplexity.ai
2 parents d9a05b9 + 3fb062f commit df5e29a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The official MCP server implementation for the Perplexity API Platform, providin
1212

1313
## Remote MCP Server
1414

15-
The remote MCP server is hosted by Perplexity and is the easiest way to get started: same tools, nothing to install or update. The Cursor and VS Code buttons at the top of this page connect to it with one click. If your MCP client does not support remote servers yet, skip to the [local server](#local-mcp-server) setup below. Connect over Streamable HTTP with your [Perplexity API key](https://www.perplexity.ai/account/api/group):
15+
The remote MCP server is hosted by Perplexity and is the easiest way to get started: same tools, nothing to install or update. The Cursor and VS Code buttons at the top of this page connect to it with one click. If your MCP client does not support remote servers yet, skip to the [local server](#local-mcp-server) setup below. Connect over Streamable HTTP with your [Perplexity API key](https://console.perplexity.ai):
1616

1717
```
1818
https://api.perplexity.ai/mcp
@@ -30,7 +30,7 @@ See the [MCP integration docs](https://docs.perplexity.ai/docs/getting-started/i
3030

3131
### Get Your API Key
3232

33-
1. Get your Perplexity API Key from the [API Portal](https://www.perplexity.ai/account/api/group)
33+
1. Get your Perplexity API Key from the [API Portal](https://console.perplexity.ai)
3434
2. Replace `your_key_here` in the configurations below with your API key
3535
3. (Optional) Set timeout: `PERPLEXITY_TIMEOUT_MS=600000` (default: 5 minutes)
3636
4. (Optional) Set custom base URL: `PERPLEXITY_BASE_URL=https://your-custom-url.com` (default: https://api.perplexity.ai)

0 commit comments

Comments
 (0)