perplexity for Cursor
com.mcparmory/perplexity
Search the web, generate AI responses, and create embeddings with real-time information
client:Cursor
transport:stdio
runtime:pypi
Install perplexity in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"perplexity": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-perplexity"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs