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