Back

TL;DR

Perplexity is a Search MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent aI-powered search with citations. Install in 1 minute with mcpizy install perplexity.

๐Ÿ”ฎ

Perplexity

Install verified 2 tools

Search

Last updated September 4, 2026 ยท By MCPizy team

AI-powered search with citations

Official homepage
D

Repo audit: 63/100 โ€” showing real gaps โ€” check it still fits your needs

Scored on licence, adoption, maintenance and documentation of DaInfernalCoder/researcher-mcp. We show the grade whether it flatters the server or not.

no commit for 10 months ยท 295 stars ยท MIT licence ยท 5 open issues

Read the full audit on CheckMCP

Install Perplexity

Via MCPizy CLI (recommended):
mcpizy install perplexity
Or run directly:
npx -y perplexity-mcp

Tools exposed

2 tools available
ask_perplexity

Ask Perplexity a question and get a cited answer

Inputs

  • querystringrequired
  • modelstringoptional
search_perplexity

Perform a Perplexity web search

Inputs

  • querystringrequired

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "perplexity": {
      "command": "npx",
      "args": [
        "-y",
        "server-perplexity-ask"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "pplx-..."
      }
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "perplexity": {
      "command": "npx",
      "args": [
        "-y",
        "server-perplexity-ask"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "pplx-..."
      }
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "perplexity": {
      "command": "npx",
      "args": [
        "-y",
        "server-perplexity-ask"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "pplx-..."
      }
    }
  }
}

Authentication setup

  1. 1

    Create an API key on the Perplexity API page

    Get it PERPLEXITY_API_KEY

What you can do with Perplexity MCP

Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.

โ€œWhat did OpenAI announce at their latest DevDay? Give me cited sources.โ€

Uses: ask_perplexity

โ€œResearch the best vector databases for RAG in 2026โ€

Uses: ask_perplexity

โ€œSearch for recent news about Apple's M4 chipโ€

Uses: search_perplexity

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

Alternatives to Perplexity

If Perplexity doesn't fit your stack, these Search MCP servers solve similar problems.

Frequently asked questions

What is the Perplexity MCP server?

Perplexity is listed as an Search Model Context Protocol server whose documented purpose is to let an MCP-compatible agent aI-powered search with citations. Client support, permissions and authentication remain specific to the upstream project.

How do I install Perplexity MCP with Claude Code?

The fastest way is the MCPizy CLI: run `mcpizy install perplexity` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y perplexity-mcp` and restarting Claude Code.

Does MCPizy charge to view or install Perplexity MCP?

No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.

Does Perplexity MCP work with Cursor and Windsurf?

The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.

What can I do with Perplexity MCP?

Its documented purpose is to let an MCP-compatible agent aI-powered search with citations. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.

Compare before you commit

Put this server beside an alternative, or return to the full evidence directory.

Compare MCP serversBack to directory