perplexity-mcp-serverCertified
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
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.