Perplexity MCP Server
Provides the runtime environment for the MCP server, with version 18 or higher required for operation.
Enables access to Perplexity's search capabilities and AI models through a standardized interface, allowing for search queries with different focuses and chat completions with various Perplexity models including sonar-medium-online.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Perplexity MCP Serversearch for recent advancements in quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Perplexity MCP Server
This is a Model Context Protocol (MCP) server for the Perplexity API, designed to run as an Apify Actor. It allows AI assistants to search and access information using the Perplexity API through a standardized interface.
Features
Search using Perplexity's powerful search capabilities
Chat completions with various Perplexity models
Model listing
Server-Sent Events (SSE) for real-time communication
Related MCP server: Perplexica MCP Server
Setup
Prerequisites
Node.js 18 or higher
Perplexity API key
Environment Variables
The following environment variables are required:
PERPLEXITY_API_KEY: Your Perplexity API key
Installation
Clone this repository
Install dependencies:
npm installRunning Locally
To run the MCP server locally:
npm run devDeployment to Apify
This project is designed to be deployed as an Apify Actor. To deploy:
Create a new Actor on the Apify platform
Set the environment variables in the Actor settings
Deploy this codebase to the Actor
API Endpoints
The MCP server exposes the following endpoints:
/search(POST): Perform a search using Perplexity/chat(POST): Generate chat completions/models(GET): List available models
Example Usage
Search
{
"query": "What is the capital of France?",
"search_focus": "internet"
}Chat
{
"messages": [
{"role": "user", "content": "Tell me about quantum computing"}
],
"model": "sonar-medium-online"
}License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceInterfaces with the Perplexity AI API to provide advanced question answering capabilities through the standardized Model Context Protocol, supporting multiple Perplexity models.Last updated
- AlicenseAqualityCmaintenanceA Model Context Protocol server that acts as a proxy to provide LLM access to Perplexica's AI-powered search engine, enabling AI assistants to perform searches with various focus modes.Last updated171MIT
- Alicense-qualityDmaintenanceEnables AI assistants to use Apify Actors as tools to perform specific tasks like web scraping, data extraction, and searching across various platforms through the Model Context Protocol.Last updated24,393Apache 2.0
- AlicenseAqualityFmaintenanceEnables AI-powered web research using your existing Perplexity Pro subscription, providing tools for search, follow-up conversations, and thread management through the Model Context Protocol.Last updated417MIT
Related MCP Connectors
Google AI Overview answers and cited sources via the Apify Google AI Overview API, hosted MCP.
The best web search for your AI Agent
YouTube transcripts, subtitles, and video metadata as structured JSON via an Apify Actor.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IsaiahDupree/perplexity-mcp-server-actor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server