An MCP server for the Perplexity for use with Claude Code and Claude Desktop, giving you enhanced search and reasoning capabilties.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"perplexity-mcp": {
"command": "go",
"args": [
"run",
"github.com/Alcova-AI/perplexity-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add perplexity-mcp go run github.com/Alcova-AI/perplexity-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"perplexity-mcp": {
"command": "go",
"args": [
"run",
"github.com/Alcova-AI/perplexity-mcp@latest"
]
}
}
}