Skip to content

perplexity polza mcp server for Cursor

io.github.ivanantigravity-lgtm/perplexity-polza-mcp-server

Perplexity MCP server backed by the Polza.ai chat completions API.

client:Cursor transport:stdio runtime:pypi

Install perplexity polza mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "perplexity-polza-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "perplexity-polza-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

perplexity polza mcp server in other clients