From d7670be731c3a67b29700ff2e85142b7c4640553 Mon Sep 17 00:00:00 2001 From: Vasanth Dharmaraj Date: Thu, 31 Jul 2025 10:16:58 -0400 Subject: [PATCH] Add instructions on how to add context7 to Perplexity Closes https://github.com/upstash/context7/issues/476 --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 90693df..e30538c 100644 --- a/README.md +++ b/README.md @@ -816,6 +816,30 @@ See [LM Studio MCP Support](https://lmstudio.ai/blog/lmstudio-v0.3.17) for more 3. Click `Save` to apply the changes. 4. Toggle the MCP server on/off from the right hand side, under `Program`, or by clicking the plug icon at the bottom of the chat box. + +
+Install in Perplexity Desktop + +See [Local and Remote MCPs for Perplexity](https://www.perplexity.ai/help-center/en/articles/11502712-local-and-remote-mcps-for-perplexity) for more information. + +1. Navigate `Perplexity` > `Settings` +2. Select `Connectors`. +3. Click `Add Connector`. +4. Select `Advanced`. +5. Enter Server Name: `Context7` +6. Paste the following JSON in the text area: + +```json +{ + "args" : [ + "-y", + "@upstash/context7-mcp" + ], + "command" : "npx", + "env" : {} +} +``` +7. Click `Save`.
## 🔨 Available Tools