perplexity-mcp-server

perplexity-mcp-server
Certified

4.0

The Perplexity MCP Server is a simple Model Context Protocol server that allows users to perform web searches using Perplexity AI.

The Perplexity MCP Server is designed to facilitate web searches through the Perplexity AI platform. It is built using Node.js and requires a Perplexity AI API key for operation. The server can be run in both development and production modes, with specific instructions provided for Windows users. The project includes a batch file to simplify running the server on Windows, addressing common environment variable issues. The server's main functionality is to provide a tool for executing web searches, making it a useful resource for developers looking to integrate Perplexity AI's search capabilities into their applications.

Features

  • Simple setup and installation process using Node.js and Git.
  • Supports both development and production modes for flexibility.
  • Includes a Windows batch file to handle environment variable issues.
  • Provides a single API tool for executing web searches.
  • Comprehensive troubleshooting guide for common Windows issues.

MCP Tools

  • perplexity_search: A tool for performing web searches using Perplexity AI.

Usage with Different Platforms

Windows Development Mode

bash
npm run dev

Windows Production Mode

bash
npm run build
npm start

Windows Batch File

bash
npm run build
.\run-perplexity-server.bat