jsonallen/perplexity-mcp
A Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Overview
jsonallen/perplexity-mcp is a Python MCP server licensed under MIT. A Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Ranked #7347 out of 25632 indexed tools.
Ecosystem
Python MIT
Signal Breakdown
Stars 286
Freshness 11mo ago
Issue Health 29%
Contributors 5
Dependents 0
Forks 42
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# perplexity-mcp MCP server
A Model Context Protocol (MCP) server that provides web search functionality using [Perplexity AI's](https://www.perplexity.ai/) API. Works with the [Anthropic](https://www.anthropic.com/news/model-context-protocol) 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."
## Glama Scores
<a href="https://glama.ai/mcp/servers/ebg0za4hn9"></a>
## 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 requir Read full README on GitHub →
Are you the maintainer? Claim this listing