Perplexity API
Freeby AI Labs
Access Perplexity's online LLMs with real-time search capabilities.
v1.0.0Added Jan 30, 2025
perplexitysearch-llmonline
Perplexity API MCP Server
Access Perplexity's online LLMs with real-time search capabilities.
Features
- Online models
- Citations
- pplx-7b
- pplx-70b
- Web search
Installation
{
"mcpServers": {
"perplexity-api": {
"command": "npx",
"args": ["-y", "mcp-perplexity-api"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-perplexity-api
Add to claude_desktop_config.json
{
"mcpServers": {
"perplexity-api": {
"command": "npx",
"args": ["-y", "mcp-perplexity-api"]
}
}
}