Back to the catalog

ai.smithery/arjunkmrm-perplexity-search

Enable AI assistants to perform web searches using Perplexity's Sonar Pro.

Open source Repository Open in the app JSON README (API)

About

Enable AI assistants to perform web searches using Perplexity's Sonar Pro.

Details

Kind
MCP servers
Topic
Web search, scraping & browser
Publisher
ai.smithery
Origin
official
Category
ferramentas
Transport
http
Version
1.0.0
Stars
10
Forks
6
Open pull requests
7
Last push
2026-01-27T05:08:20Z
Repository state
ativo
Language
TypeScript
Added
2026-08-29 03:00:39
Updated
2026-08-29 03:00:39
Origin id
ai.smithery/arjunkmrm-perplexity-search

README

# Perplexity Search MCP

[![smithery badge](https://smithery.ai/badge/@arjunkmrm/perplexity-search)](https://smithery.ai/server/@arjunkmrm/perplexity-search)

A simple Model Context Protocol (MCP) server for Perplexity's web search with sonar or sonar-pro.

## Features

- Provides a `search` tool for AI assistants to perform web searches
- Uses Perplexity's chat completions API with the sonar/sonar-pro models

## Tool: search

The server provides a `search` tool with the following input parameters:

- `query` (required): The search query to perform
- `search_recency_filter` (optional): Filter search results by recency (options: month, week, day, hour). If not specified, no time filtering is applied.

## Configuration

### Environment Variables

- `PERPLEXITY_API_KEY`: Your Perplexity API key (required)

## Response Format

The response from the `search` tool includes:

- `content`: The search results content
- `citations`: Array of citations for the information

## License

MIT 

More