Perplexity MCP Server
Allows access to Perplexity API for chat completion with citations through the ask_perplexity tool
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 Serverexplain quantum computing in simple terms"
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
MCP Server for the Perplexity API.
:warning: Limitations:
The Claude Desktop client may timeout if Perplexity processing takes too long
This issue might be resolved if Claude Desktop implements support for long running operations and progress reporting in the future
Implementation updates to handle these features will be made if they become available
Components
Tools
ask_perplexity: Request chat completion with citations from Perplexity
Related MCP server: Perplexity Insight MCP Server
Quickstart
Install
Claude Desktop
On macOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"Perplexity": {
"command": "uvx",
"args": [
"mcp-server-perplexity"
],
"env": {
"PERPLEXITY_API_KEY": "your-perplexity-api-key"
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.Last updated17MIT
- 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
- FlicenseBqualityDmaintenanceEnables interaction with Perplexity AI through MCP tools for chatting, searching, and retrieving documentation.Last updated51
- AlicenseDqualityCmaintenanceEnables querying Perplexity AI models via Polza.ai for search, research, and model guidance.Last updated31MIT
Related MCP Connectors
Google AI Overview answers and cited sources via the Apify Google AI Overview API, hosted MCP.
Web search, AI agent, and content extraction via You.com APIs
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…
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/tanigami/mcp-server-perplexity'
If you have feedback or need assistance with the MCP directory API, please join our Discord server