Perplexity MCP Server

by jaacob

Integrations

  • Provides web search capabilities using Perplexity's API, allowing Claude to search for information on the internet

Perplexity MCP Server

An MCP server that provides web search capabilities using Perplexity's API.

Prerequisites

Installation

Installing via Smithery

To install Perplexity Server for Claude Desktop automatically via Smithery:

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

Manual Installation

  1. Clone this repository:
    git clone https://github.com/jaacob/perplexity-mcp cd perplexity-mcp
  2. Install dependencies:
    npm install
  3. Build the server:
    npm run build

Configuration

  1. Get your Perplexity API key from https://www.perplexity.ai/settings/api
  2. Add the server to Claude's config file at ~/Library/Application Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "perplexity-server": { "command": "node", "args": [ "/absolute/path/to/perplexity-mcp/build/index.js" ], "env": { "PERPLEXITY_API_KEY": "your-api-key-here", "PERPLEXITY_MODEL": "sonar" } } } }

Replace /absolute/path/to with the actual path to where you cloned the repository.

Available Models

You can specify which model to use by setting the PERPLEXITY_MODEL environment variable. Available options:

  • sonar-reasoning-pro - Most capable model with enhanced reasoning
  • sonar-reasoning - Enhanced reasoning capabilities
  • sonar-pro - Faster response times
  • sonar - Default model (used if no model is specified)

For up-to-date model pricing and availability, visit: https://docs.perplexity.ai/guides/pricing

Usage

After configuring the server and restarting Claude, you can simply ask Claude to search for information. For example:

  • "What's the latest news about SpaceX?"
  • "Search for the best restaurants in Chicago"
  • "Find information about the history of jazz music"

Claude will automatically use the Perplexity search tool to find and return relevant information.

If for whatever reason it decides not to, you can force the issue by prepending your prompt with "Search the web".

Development

To modify the server:

  1. Edit src/index.ts
  2. Rebuild with npm run build
  3. Restart Claude to load the changes

License

MIT

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Tools

Facilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.

  1. Prerequisites
    1. Installation
      1. Installing via Smithery
      2. Manual Installation
    2. Configuration
      1. Available Models
    3. Usage
      1. Development
        1. License

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A server facilitating web search functionality by utilizing Perplexity AI's API, designed to integrate with the Claude desktop client for enhanced search queries.
            Last updated -
            1
            94
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            This server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.
            Last updated -
            1
            2
            TypeScript
          • A
            security
            A
            license
            A
            quality
            An MCP server that enables Claude to perform web searches using Perplexity's API with intelligent model selection based on query intent and support for domain and recency filtering.
            Last updated -
            6
            JavaScript
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that enables Claude to perform Google Custom Search operations by connecting to Google's search API.
            Last updated -
            Python
            • Linux

          View all related MCP servers

          ID: 97nsl3drhq