Perplexity MCP Server
Provides web search functionality using Perplexity AI's API, allowing users to search the web with optional time-based filtering (day, week, month, year) and access to various Perplexity models including enhanced research and reasoning capabilities.
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 latest AI breakthroughs in the past week"
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 MCP server
A Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API. Works with the Anthropic Claude desktop client.
Example
Let's you use prompts like, "Search the web to find out what's new at Anthropic in the past week."
Related MCP server: Perplexity Web Search MCP Server
Glama Scores
Components
Prompts
The server provides a single prompt:
perplexity_search_web: Search the web using Perplexity AI
Required "query" argument for the search query
Optional "recency" argument to filter results by time period:
'day': last 24 hours
'week': last 7 days
'month': last 30 days (default)
'year': last 365 days
Uses Perplexity's API to perform web searches
Tools
The server implements one tool:
perplexity_search_web: Search the web using Perplexity AI
Takes "query" as a required string argument
Optional "recency" parameter to filter results (day/week/month/year)
Returns search results from Perplexity's API
Installation
Installing via Smithery
To install Perplexity MCP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install perplexity-mcp --client claudeRequires UV (Fast Python package and project manager)
If uv isn't installed.
# Using Homebrew on macOS
brew install uvor
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Environment Variables
The following environment variable is required in your claude_desktop_config.json. You can obtain an API key from Perplexity
PERPLEXITY_API_KEY: Your Perplexity AI API key
Optional environment variables:
PERPLEXITY_MODEL: The Perplexity model to use (defaults to "sonar" if not specified)Available models:
sonar-deep-research: 128k context - Enhanced research capabilitiessonar-reasoning-pro: 128k context - Advanced reasoning with professional focussonar-reasoning: 128k context - Enhanced reasoning capabilitiessonar-pro: 200k context - Professional grade modelsonar: 128k context - Default modelr1-1776: 128k context - Alternative architecture
And updated list of models is avaiable (here)[https://docs.perplexity.ai/guides/model-cards]
Cursor & Claude Desktop Installation
Add this tool as a mcp server by editing the Cursor/Claude config file.
"perplexity-mcp": {
"env": {
"PERPLEXITY_API_KEY": "XXXXXXXXXXXXXXXXXXXX",
"PERPLEXITY_MODEL": "sonar"
},
"command": "uvx",
"args": [
"perplexity-mcp"
]
}Cursor
On MacOS:
/Users/your-username/.cursor/mcp.jsonOn Windows:
C:\Users\your-username\.cursor\mcp.json
If everything is working correctly, you should now be able to call the tool from Cursor.
Claude Desktop
On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%/Claude/claude_desktop_config.json
To verify the server is working. Open the Claude client and use a prompt like "search the web for news about openai in the past week". You should see an alert box open to confirm tool usage. Click "Allow for this chat".
Available Tools
1 toolperplexity_search_webC
Search the web using Perplexity AI with recency filtering
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| recency | No | month |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions 'recency filtering' but does not explain how this affects results, potential rate limits, authentication needs, error handling, or the nature of the search output (e.g., format, pagination). This leaves significant gaps in understanding the tool's behavior beyond basic functionality.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the core functionality ('Search the web using Perplexity AI') and includes a key feature ('with recency filtering') without any wasted words. It is appropriately sized for the tool's complexity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (a web search tool with filtering), no annotations, no output schema, and low schema description coverage, the description is incomplete. It lacks details on behavioral traits, parameter usage, result format, and error conditions, making it inadequate for the agent to fully understand how to invoke and interpret the tool effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for undocumented parameters. It mentions 'recency filtering', which relates to the 'recency' parameter with enum values, adding some meaning. However, it does not explain the 'query' parameter or provide details on how recency filtering works (e.g., what 'day', 'week', etc., mean in practice), failing to fully compensate for the low coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Search the web') and the resource/context ('using Perplexity AI'), with the specific feature of 'recency filtering'. It provides a specific verb+resource combination that defines what the tool does. However, with no sibling tools mentioned, there's no opportunity to distinguish from alternatives, preventing a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions 'recency filtering' as a feature, which implies usage for time-sensitive searches, but it does not provide explicit guidance on when to use this tool versus alternatives (e.g., other search tools or methods). There are no stated exclusions, prerequisites, or comparisons, leaving the agent with minimal contextual direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- First observed
perplexity_search_web
TDQS
With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool has a clear and distinct purpose focused on web search with Perplexity AI.
The single tool name 'perplexity_search_web' follows a consistent verb_noun pattern. Since there is only one tool, naming consistency is inherently perfect with no deviations to assess.
A single tool is too few for a server named 'Perplexity MCP Server', which implies broader functionality. While the tool is well-defined, the server scope feels thin and limited, lacking additional operations like query refinement or result analysis that might be expected.
The server is severely incomplete for a web search domain. It only offers a basic search tool without any supporting operations such as filtering results, getting details, or managing search history, which are common in search interfaces and would be needed for agent workflows.
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 Connectors
Real-time web search, reasoning, and research through Perplexity's API
Enable AI assistants to perform web searches using Perplexity's Sonar Pro.
Provides AI assistants with access to Seltz's powerful Web Search capabilities.
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
Related MCP Servers
- AlicenseBqualityDmaintenanceFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.17MIT
- FlicenseNot gradedqualityDmaintenanceAllows Claude or other MCP-compatible AI assistants to search the web and get up-to-date information using the Perplexity API, with features for filtering results by time period.8-
- FlicenseCqualityDmaintenanceEnables web search capabilities through the Tavily API, allowing users to perform web searches and retrieve information from the internet through natural language queries.3-
- AlicenseBqualityDmaintenanceEnables web search using Perplexity AI's API, allowing users to search the web with optional recency filters and integration with Claude, Cursor, and other MCP clients.1MIT
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/ayoubzeroual/perplexity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server