loading…
Search for a command to run...
loading…
Interacting with Perplexity API.
Interacting with Perplexity API.
MCP Server for the Perplexity API.
:warning: Limitations:
- The Claude Desktop client may timeout if Perplexity processing takes too long
- This issue might be resolved if Claude Desktop implements support for long running operations and progress reporting in the future
- Implementation updates to handle these features will be made if they become available
~/Library/Application\ Support/Claude/claude_desktop_config.json %APPDATA%/Claude/claude_desktop_config.json"mcpServers": {
"Perplexity": {
"command": "uvx",
"args": [
"mcp-server-perplexity"
],
"env": {
"PERPLEXITY_API_KEY": "your-perplexity-api-key"
}
}
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"tanigami-mcp-server-perplexity": {
"command": "npx",
"args": []
}
}
}