perplexity-search-mcp
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-search-mcpsearch for latest advancements in AI"
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-search-mcp
MCP server for web search via Perplexity Sonar Pro through OpenRouter API.
Setup
1. Get an OpenRouter API Key
Get your API key from openrouter.ai/keys.
2. Add to MCP Client
Add to your MCP client config (e.g., AiderDesk, Claude Desktop):
{
"mcpServers": {
"perplexity-search": {
"command": "npx",
"args": ["tsx", "src/index.ts"],
"cwd": "/path/to/perplexity-search-mcp",
"env": {
"OPENROUTER_API_KEY": "sk-or-..."
}
}
}
}Or with the built version:
{
"mcpServers": {
"perplexity-search": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/perplexity-search-mcp",
"env": {
"OPENROUTER_API_KEY": "sk-or-..."
}
}
}
}Related MCP server: perplexity-mcp-server
Tool
perplexity_search
Search the web using Perplexity Sonar Pro.
Parameter | Type | Required | Description |
| string | ✅ | The search query |
| string | ❌ | Model to use (default: |
Available models:
perplexity/sonar-pro-search(default) — deeper search, more citationsperplexity/sonar-search— faster, lighter
Development
pnpm install
pnpm build
pnpm dev # run with tsx (no build needed)License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that enables Claude to perform web searches using Perplexity's API with intelligent model selection based on query intent and support for domain and recency filtering.64MIT
- Alicense-qualityDmaintenanceAn MCP server that enables AI agents to perform search-augmented queries and deep multi-source research using the Perplexity API.4325Apache 2.0
- 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.51MIT
- Alicense-qualityCmaintenanceAn MCP server that brings Perplexity's Sonar models with real-time web search capabilities to Claude Desktop and other MCP clients.199MIT
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for Google search results via SERP API
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/fromdot/perplexity-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server