Perplexity Web-Search MCP
Provides real-time web search and academic research capabilities using Perplexity's Sonar API.
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 Web-Search MCPsearch for latest AI news"
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 Web-Search MCP
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.
✨ Features
🌐 Real-time web search - Get current information from across the internet
🎓 Academic search - Access peer-reviewed papers and scholarly sources
📍 Location-aware results - Filter by city and country
⏰ Time-filtered search - Get recent results (day, week, etc.)
🧠 Multiple AI models - Choose from various Perplexity Sonar models
🔌 Universal compatibility - Works with any MCP-compatible system
Related MCP server: Perplexity API Platform MCP Server
🤖 Compatible AI Systems
This MCP server works seamlessly with:
Claude
Amazon Q
Google Gemini
OpenAI Codex
Any MCP-compatible AI assistant
🚀 Exemplary Amazon Q Developer Setup
Here's how to properly integrate this MCP server with Amazon Q Developer:
1. Locate your Amazon Q agent configuration
~/.aws/amazonq/cli-agents/dev.json2. Add the sonar MCP server to your configuration
{
"$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"
]
}3. Usage Example
[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...Installation
With uv (recommended)
uv syncWith pip
pip install -e .MCP Configuration
Add to your MCP client configuration:
With uv:
Transport Type: STDIO
Command: uv
Arguments: run main.py
With Python:
Transport Type: STDIO
Command: python
Arguments: main.py
Environment Setup
Set your Perplexity API key:
export PERPLEXITY_API_KEY="your-api-key-here"Usage
With uv
uv run python main.pyWith Python
python main.pyRequirements
Python >=3.10
PERPLEXITY_API_KEYenvironment variable
Tools
web_search
Search 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 code
web_search_academic
Search 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 code
Configuration
Set your Perplexity API key:
export PERPLEXITY_API_KEY="your-api-key-here"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 Servers
- Alicense-qualityDmaintenanceIntegrates the Sonar API to provide Claude with real-time web-wide research capabilities. Enables conversational web searches through Perplexity's AI-powered search engine for up-to-date information retrieval.Last updated1,243MIT
- AlicenseAqualityCmaintenanceProvides AI assistants with real-time web search, reasoning, and research capabilities through Perplexity's Sonar models and Search API. Supports quick searches, deep research, advanced reasoning, and direct web search with ranked results.Last updated435,1032,421MIT
- 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.Last updated1MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to perform web searches and retrieve real-time information using Perplexity AI's Sonar models, with support for multiple search modes and easy integration with MCP clients.Last updated51MIT
Related MCP Connectors
The best web search for your AI Agent
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
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/lv042/perplexity-web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server