loading…
Search for a command to run...
loading…
Enables AI assistants to perform real-time web and academic searches using Perplexity's Sonar API.
Enables AI assistants to perform real-time web and academic searches using Perplexity's Sonar API.
Supercharge your AI assistant with real-time web search and academic research capabilities
An MCP (Model Context Protocol) server that integrates Perplexity's powerful Sonar API, giving your AI assistant access to current information from the web and scholarly sources.
This MCP server works seamlessly with:
Here's how to properly integrate this MCP server with Amazon Q Developer:
~/.aws/amazonq/cli-agents/dev.json
{
"$schema": "https://raw.githubusercontent.com/aws/amazon-q-developer-cli/refs/heads/main/schemas/agent-v1.json",
"name": "dev",
"description": "",
"mcpServers": {
"sonar": {
"command": "/Users/your-username/SoftwareProjects/perplexity_sonar_mcp/.venv/bin/python",
"args": ["/Users/your-username/SoftwareProjects/perplexity_sonar_mcp/main.py"],
"cwd": "/Users/your-username/SoftwareProjects/perplexity_sonar_mcp",
"env": {
"PERPLEXITY_API_KEY": "pplx-your-api-key-here"
}
}
},
"tools": [
"fs_read",
"fs_write",
"execute_bash",
"use_aws",
"@sonar"
]
}
[dev] > Web search: "Is AI a bubble?"
🛠️ Using tool: web_search from mcp server sonar
⋮
● Running web_search with the param:
⋮ {
⋮ "name": "web_search",
⋮ "arguments": {
⋮ "query": "Is AI a bubble?"
⋮ }
⋮ }
Allow this action? Use 't' to trust (always allow) this tool for the session. [y/n/t]: y
⋮
● Completed in 9.990s
> Based on current market analysis, AI is widely considered to be in a bubble phase...
uv sync
pip install -e .
Add to your MCP client configuration:
With uv:
With Python:
Set your Perplexity API key:
export PERPLEXITY_API_KEY="your-api-key-here"
uv run python main.py
python main.py
PERPLEXITY_API_KEY environment variableweb_searchSearch the web using Perplexity Sonar API for real-time information.
Parameters:
query (required): The search query or questionmodel (optional): Perplexity model - "sonar", "sonar-pro", "sonar-deep-research", "sonar-reasoning", "sonar-reasoning-pro" (default: "sonar")recency_filter (optional): Time filter for results (e.g., 'week', 'day')city (optional): City name for location-based searchcountry (optional): Two letter ISO country codeweb_search_academicSearch academic sources using Perplexity Sonar API for scholarly information. Prioritizes peer-reviewed papers and academic journals.
Parameters:
query (required): The search query or questionmodel (optional): Perplexity model - "sonar", "sonar-pro", "sonar-deep-research", "sonar-reasoning", "sonar-reasoning-pro" (default: "sonar")recency_filter (optional): Time filter for results (e.g., 'week', 'day')city (optional): City name for location-based searchcountry (optional): Two letter ISO country codeSet your Perplexity API key:
export PERPLEXITY_API_KEY="your-api-key-here"
Выполни в терминале:
claude mcp add perplexity-web-search-mcp -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.