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.
Overview
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.
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.
- 🔍 Web search integration via Perplexity - 🔑 Use without any API Key - 🛠️ TypeScript-first implementation - 📦 Modular tool architecture
- 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.
Add to your AI client
Use these steps to connect Perplexity MCP Zerver in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"perplexity-mcp-zerver-wysh3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-mcp-zerver-wysh3"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"perplexity-mcp-zerver-wysh3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-mcp-zerver-wysh3"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"perplexity-mcp-zerver-wysh3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-mcp-zerver-wysh3"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"perplexity-mcp-zerver-wysh3": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-mcp-zerver-wysh3"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"perplexity-mcp-zerver-wysh3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-mcp-zerver-wysh3"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"perplexity-mcp-zerver-wysh3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-mcp-zerver-wysh3"
]
}
}
}FAQ
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.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1671,"uuid":"8366665d-7483-455f-b00c-3a32932bdf78","name":"Perplexity MCP Zerver","title":"Perplexity MCP Zerver","description":"A research level Model Context Protocol (MCP) server implementation providing AI-powered research capabilities through Perplexity's infrastructure without using any API key.\n\n","avatar_url":null,"created_at":"2025-03-03T22:20:35.905Z","updated_at":"2025-03-23T15:03:06.947Z","status":"created","author_name":"wysh3","author_avatar_url":null,"tags":"mathgpt,math-solver,math-assistant","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/wysh3/perplexity-mcp-zerver","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"958f0efa-ca7a-4c6e-8e74-75f6be0b4f78","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]