Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Perplexity Server

    Model Context Protocol server implementation for Perplexity API

    0 stars
    JavaScript
    Updated Apr 1, 2025

    Table of Contents

    • Features
    • Installation
    • Environment Variables
    • Usage
    • License

    Table of Contents

    • Features
    • Installation
    • Environment Variables
    • Usage
    • License

    Documentation

    MCP Perplexity Server

    A Model Context Protocol (MCP) server implementation for the Perplexity API.

    Features

    • Supports both Ask and Search modes
    • Simple configuration via environment variables
    • Direct integration with MCP clients

    Installation

    You can use this server directly from GitHub in your MCP configuration:

    json
    {
      "perplexity-ask": {
        "command": "npx",
        "args": [
          "-y",
          "github:lostmind008/mcp-perplexity-server"
        ],
        "env": {
          "PERPLEXITY_API_KEY": "your-api-key",
          "MCP_SERVER_PORT": "3000",
          "MCP_MODE": "ask"
        }
      },
      "perplexity-search": {
        "command": "npx",
        "args": [
          "-y",
          "github:lostmind008/mcp-perplexity-server"
        ],
        "env": {
          "PERPLEXITY_API_KEY": "your-api-key",
          "MCP_SERVER_PORT": "3001",
          "MCP_MODE": "search"
        }
      }
    }

    Environment Variables

    • PERPLEXITY_API_KEY: Your Perplexity API key (required)
    • MCP_SERVER_PORT: Port for the MCP server (default: 3000)
    • MCP_MODE: Server mode - 'ask' or 'search' (default: 'ask')

    Usage

    Once configured, you can use this server with any MCP client by specifying the appropriate server name:

    code
    perplexity-ask "What is the capital of France?"
    perplexity-search "Best programming languages 2025"

    License

    MIT

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k