perplexity-search-mcp
Verified Safeby ArnoChenFx
Overview
Integrates Perplexity AI's advanced search capabilities as a standardized tool using the Model Context Protocol (MCP).
Installation
bun run index.tsEnvironment Variables
- PERPLEXITY_API_KEY
Security Notes
The server correctly handles the Perplexity API key by reading it from environment variables, preventing hardcoding. It uses the official Perplexity AI SDK, reducing direct network risk. No 'eval' or other highly dangerous functions are present. Input parameters are validated using Zod, enhancing robustness against malformed requests. The code is straightforward and does not contain obvious malicious patterns.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
perplexity-mcp-zerver
This server provides AI-powered research capabilities by automating interactions with Perplexity.ai's web interface, offering web search, content extraction, chat, and developer tooling without requiring API keys.
context-engine
Provides an agent-agnostic local context engine via Model Context Protocol (MCP) for coding agents, enabling semantic search, planning, code review, and prompt enhancement with AI integration.