The reputation layer for AI skills, tools & agents

jsonallen/perplexity-mcp

Score: 28.5 Rank #7347

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 353 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 5 open vs 2 closed issues — triaging stale issues improves health

Badge

AgentRank score for jsonallen/perplexity-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/jsonallen--perplexity-mcp)](https://agentrank-ai.com/tool/jsonallen--perplexity-mcp)
<a href="https://agentrank-ai.com/tool/jsonallen--perplexity-mcp"><img src="https://agentrank-ai.com/api/badge/tool/jsonallen--perplexity-mcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

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