Overview
Perplexity Server is a TypeScript-based Model Context Protocol (MCP) server that provides a simple system for managing and summarizing text notes.
To use Perplexity Server, install the necessary dependencies, build the server, and configure it with Claude Desktop. You can create new notes using the provided tools and generate summaries as needed.
- Supports creating and managing notes with URIs and metadata. - Provides tools for generating new notes and summarizing existing notes. - Access notes via customized
note://URIs for easy management.
- Keeping organized notes for projects with metadata.
- Summarizing multiple notes for quick reviews or overviews.
- Integrating with applications like Claude Desktop for enhanced note-taking.
Add to your AI client
Use these steps to connect perplexity-server MCP Server 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-server-zenturacp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-server-zenturacp"
]
}
}
}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-server-zenturacp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-server-zenturacp"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"perplexity-server-zenturacp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-server-zenturacp"
]
}
}
}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-server-zenturacp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-server-zenturacp"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"perplexity-server-zenturacp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-server-zenturacp"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"perplexity-server-zenturacp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-server-zenturacp"
]
}
}
}FAQ
Can I use Perplexity Server on any operating system?
Yes! You can use it on both MacOS and Windows platforms by following proper configuration methods.
How do I install Perplexity Server?
You can install it by running `npm install` to set up dependencies followed by `npm run build` to compile the server.
What is the purpose of the MCP Inspector?
The MCP Inspector is a debugging tool that allows you to diagnose issues as the server communicates over standard input/output.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":475,"uuid":"8ffeac31-d31d-4d62-8fae-0e159dc9b3b2","name":"perplexity-server","title":"perplexity-server MCP Server","description":"Perplexity MCP Server for Cline","avatar_url":"https://avatars.githubusercontent.com/u/37262317?v=4","created_at":"2024-12-19T02:14:17.293Z","updated_at":"2024-12-19T12:38:55.965Z","status":"created","author_name":"zenturacp","author_avatar_url":"https://avatars.githubusercontent.com/u/37262317?v=4","tags":"perplexity-server,MCP-server,notes-system","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/zenturacp/perplexity-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"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"}]]}]