Skip to main content

Perplexity MCP Server

Project description

perplexity-mcp MCP server

smithery badge

A Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API. Works with the Anthropic Claude desktop client.

Example

Let's you use prompts like, "Search the web to find out what's new at Anthropic in the past week."

Glama Scores

Perplexity Server MCP server

Components

Prompts

The server provides a single prompt:

  • perplexity_search_web: Search the web using Perplexity AI
    • Required "query" argument for the search query
    • Optional "recency" argument to filter results by time period:
      • 'day': last 24 hours
      • 'week': last 7 days
      • 'month': last 30 days (default)
      • 'year': last 365 days
    • Uses Perplexity's API to perform web searches

Tools

The server implements one tool:

  • perplexity_search_web: Search the web using Perplexity AI
    • Takes "query" as a required string argument
    • Optional "recency" parameter to filter results (day/week/month/year)
    • Returns search results from Perplexity's API

Installation

Installing via Smithery

To install Perplexity MCP for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install perplexity-mcp --client claude

Requires UV (Fast Python package and project manager)

If uv isn't installed.

# Using Homebrew on macOS 
brew install uv

or

# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh

# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Next, install the MCP server

# Install from PyPi
uv pip install perplexity-mcp

or

# Install from source
uv pip install git+https://github.com/jsonallen/perplexity-mcp.git

Environment Variables

The following environment variable is required in your claude_desktop_config.json. You can obtain an API key from Perplexity

  • PERPLEXITY_API_KEY: Your Perplexity AI API key

Claude Desktop

Add this tool as a mcp server by editing the Claude config file.

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

  "perplexity-mcp": {
    "env": {
      "PERPLEXITY_API_KEY": "XXXXXXXXXXXXXXXXXXXX"
    },
    "command": "uv",
    "args": [
      "run",
      "perplexity-mcp"
    ]
  }

To verify the server is working. Open the Claude client and use a prompt like "search the web for news about openai in the past week". You should see an alert box open to confirm tool usage. Click "Allow for this chat".

mcp_screenshot

Cursor Installation

You can also use perplexity-mcp as MCP server in Cursor.

Since there no way to set an the the PERPLEXITY_API_KEY in Cursor, you'll have to create a simple wrapper script to set the environment variable.

Example wrapper script:

#!/bin/bash

# Set the your Perplexity API key
export PERPLEXITY_API_KEY="pplx-XXXXXXXXXXXX"

# Run the command
uv run perplexity-mcp

Once you've completed your script, navigate to the MCP settings in Cursor and Add MCP Server. Set the server name to perplexity-mcp and the type to command. For the command, you want to specify the path of the wrapper script you just created.

mcp_screenshot

If everthhing is working correctly, you should now be able to call the tool from Cursor. mcp_screenshot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

perplexity_mcp-0.1.6.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

perplexity_mcp-0.1.6-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file perplexity_mcp-0.1.6.tar.gz.

File metadata

  • Download URL: perplexity_mcp-0.1.6.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.12

File hashes

Hashes for perplexity_mcp-0.1.6.tar.gz
Algorithm Hash digest
SHA256 039a7ac25ba83c8db1d6abc2306fb9a987bf8b79f80224812e4d6f52998b48a7
MD5 fb7a51c153305bfdb0e3c177d64b0c30
BLAKE2b-256 879bed0ac19fe84a40121ae87ce86c1bfc677e49b1a7198b96df862ce0ef7db2

See more details on using hashes here.

File details

Details for the file perplexity_mcp-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for perplexity_mcp-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 56a7887cc0213d0e68f9790e27fc71fecd1071b54bee9d7a33c45eff4ba73686
MD5 defa85ba90a2ebbd06c85578b1ce7347
BLAKE2b-256 d21514940565f9006e8531d4f8b389b04c1001a3ae335efe1fee276aef508ce4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page