Skip to content

MCP server

Perplexity MCP server

Perplexity's official MCP server lets AI search the web, ask questions with cited answers, run deeper research and reason over results.

At a glance

Maintained by
Perplexity AI
Tools exposed
4 listed below
Reviewed
September 24, 2026

Why it matters

What it does and why it matters

Perplexity is known for answers that cite their sources. Its official MCP server brings that into any assistant, with four tools: search, ask, research and reason. An assistant can hand a question to Perplexity and get back an answer with citations, or run a deeper research task that looks at many sources.

For businesses, this is a quick way to add sourced, current answers to an internal assistant without building a search pipeline.

It needs a Perplexity API key, and it is available both as a local package and as a hosted server. All tools are read-only. Deeper research takes longer and costs more per question, so we reserve it for tasks where the extra depth matters, such as market questions, and use simple search for quick lookups.

Citations make checking easy, but they do not make answers automatically correct. We still ask people to open the key sources before relying on an answer.

Use cases

Best business use cases

Sourced answers

Answer questions about current events with citations.

Market research

Run deeper research on a market or trend.

Account research

Research a prospect or partner. See AI sales research.

Regulation checks

Find recent guidance on a rule, with sources to check.

Reasoning over sources

Compare views from several sources on a question.

Tools

Available tools

Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.

Read and write: Read-only search and answers; no write actions.

  • perplexity_search

    Direct web search that returns ranked results.

  • perplexity_ask

    Answers questions with real-time web search.

  • perplexity_research

    Deep, thorough research on a topic.

  • perplexity_reason

    Step-by-step reasoning and problem solving.

Workflows

Example workflows

Answer a staff question with sources

  1. 1

    A staff member asks a current question.

  2. 2

    The assistant calls the ask tool.

  3. 3

    Perplexity returns an answer with citations.

  4. 4

    The assistant shows the answer and links.

  5. 5

    The staff member checks the key source.

Quarterly market scan

  1. 1

    Define the market and questions.

  2. 2

    Run the research tool for each question.

  3. 3

    Collect answers and citations.

  4. 4

    Draft a short report.

  5. 5

    An analyst reviews and edits.

Prompts

Example prompts

  • “What changed in US sales tax rules for online sellers this year? Cite sources.”

  • “Research the main players in AI-powered scheduling software and summarize their positioning.”

  • “Compare the arguments for and against four-day work weeks, with sources.”

Setup

Installation and configuration

Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.

Claude Desktop: claude_desktop_config.json

{
    "mcpServers": {
        "perplexity": {
            "command": "npx",
            "args": [
                "-y",
                "@perplexity-ai/mcp-server"
            ],
            "env": {
                "PERPLEXITY_API_KEY": "your_key_here"
            }
        }
    }
}

Claude Code: terminal

claude mcp add --transport http perplexity https://api.perplexity.ai/mcp --header "Authorization: Bearer YOUR_API_KEY"
  • Hosted server: https://api.perplexity.ai/mcp (Bearer API key).
  • Local server: stdio. npm: @perplexity-ai/mcp-server (Docker also offered).
  • Needs: PERPLEXITY_API_KEY.

Security

Security considerations

  • Untrusted content

    Web pages can contain text written to mislead an AI. Treat results as data, not instructions.

  • Protect the API key

    Store the key outside version control and rotate it if it leaks.

  • Watch usage

    Searches are billed or rate limited. Set limits and monitor use.

  • Check sources

    Ask for sources and check a sample of answers by hand.

Related servers

Servers that pair well with it

Exa

Exa's official hosted MCP server gives AI search built for AI use, page fetching, advanced filters and a research agent.

Brave Search

Brave's official MCP server gives AI live web, news, image, video and local search from Brave's own independent index.

Tavily

Tavily's official MCP server gives AI web search, content extraction, site mapping and crawling, all built for AI use.

Keep exploring

FAQ

Questions people ask us

Have a question that is not here? Ask us directly.

Start a project

Want this connected to your own systems? We build AI workflows with MCP.

Send a short brief. We reply with questions, a suggested plan and an estimate you can compare with other offers.

Your privacy choices

We use necessary storage to run this site. With your permission we also use Google Analytics to see which pages help people, and load maps from Google. You can change this at any time. Read the cookie policy.