A Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
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": "npx",
"args": [
"-y",
"DaInfernalCoder/perplexity-mcp"
]
}
}
}
Run in terminal:
claude mcp add perplexity-mcp npx -y DaInfernalCoder/perplexity-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"perplexity-mcp": {
"command": "npx",
"args": [
"-y",
"DaInfernalCoder/perplexity-mcp"
]
}
}
}