what is Perplexity MCP Zerver?
Perplexity MCP Zerver is a research-level Model Context Protocol (MCP) server implementation that provides AI-powered research capabilities through Perplexity's infrastructure without the need for an API key.
how to use Perplexity MCP Zerver?
To use Perplexity MCP Zerver, clone the repository, install the dependencies, build the server, and configure it in your MCP settings. After that, restart your IDE and interact with the server.
key features of Perplexity MCP Zerver?
- 🔍 Web search integration via Perplexity
- 🔑 Use without any API Key
- 🛠️ TypeScript-first implementation
- 📦 Modular tool architecture
use cases of Perplexity MCP Zerver?
- Conducting comprehensive web searches with adjustable detail levels.
- Retrieving up-to-date documentation and code examples with contextual guidance.
- Discovering and evaluating APIs based on technical requirements.
- Analyzing code for outdated patterns and providing migration guidance.
- Maintaining ongoing conversations with Perplexity AI using a persistent chat history.
FAQ from Perplexity MCP Zerver?
- Is an API key required to use this server?
No, you can use Perplexity MCP Zerver without any API key.
- What programming language is used for this implementation?
The server is implemented in TypeScript.
- What is the purpose of this project?
This project is intended for educational and research purposes only.
Perplexity MCP Zerver
A research level Model Context Protocol (MCP) server implementation providing AI-powered research capabilities through Perplexity's infrastructure without using any API key.
Features
- 🔍 Web search integration via Perplexity
- 🔑 Use without any API Key
- 🛠️ TypeScript-first implementation
- 📦 Modular tool architecture
Tools
search
)
1. Search (Perform comprehensive web searches with adjustable detail levels.
get_documentation
)
2. Get Documentation (Retrieve up-to-date documentation and code examples with contextual guidance.
find_apis
)
3. Find APIs (Discover and evaluate APIs based on technical requirements and compliance needs.
check_deprecated_code
)
4. Check Deprecated Code (Analyze code for outdated patterns and provide migration guidance.
chat_perplexity
)
5. Chat (Maintains ongoing conversations with Perplexity AI using a persistent chat history.
Installation
just copy and paste the readme and let the AI take care of the rest
- Clone or download this repository:
git clone https://github.com/wysh3/perplexity-mcp-zerver.git
cd perplexity-mcp-zerver
- Install dependencies:
npm install
- Build the server:
npm run build
Important: Please restart your IDE after building the project for changes to take effect.
Configuration
Add the server to your MCP configuration:
For Cline/RooCode Extension:
{
"mcpServers": {
"perplexity-server": {
"command": "node",
"args": [
"/path/to/perplexity-mcp-zerver/build/index.js"
],
"env": {},
"disabled": false,
"alwaysAllow": ["search"]
}
}
}
For Claude Desktop:
{
"mcpServers": {
"web-search": {
"command": "node",
"args": ["/path/to/perplexity-mcp-zerver/build/index.js"],
"env": {}
}
}
}
Usage
Just restart the IDE and ask the llm
Credits
Thanks DaInfernalCoder:
Disclaimer
This project is intended for educational and research purposes only. The author does not endorse or encourage any unauthorized automation of web services. Use responsibly!