{"id":26027636,"url":"https://github.com/wysh3/perplexity-mcp-zerver","last_synced_at":"2025-03-06T16:56:52.988Z","repository":{"id":277030800,"uuid":"931103908","full_name":"wysh3/perplexity-mcp-zerver","owner":"wysh3","description":"MCP web search using perplexity without any API KEYS ","archived":false,"fork":false,"pushed_at":"2025-03-03T22:19:34.000Z","size":109,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T23:25:08.250Z","etag":null,"topics":["mcp-server","perplexity"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wysh3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-11T18:12:41.000Z","updated_at":"2025-03-03T22:19:37.000Z","dependencies_parsed_at":"2025-03-03T23:35:27.786Z","dependency_job_id":null,"html_url":"https://github.com/wysh3/perplexity-mcp-zerver","commit_stats":null,"previous_names":["wysh3/perplexity-server","wysh3/perplexity-mcp-zerver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wysh3%2Fperplexity-mcp-zerver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wysh3%2Fperplexity-mcp-zerver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wysh3%2Fperplexity-mcp-zerver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wysh3%2Fperplexity-mcp-zerver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wysh3","download_url":"https://codeload.github.com/wysh3/perplexity-mcp-zerver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250938,"owners_count":20096895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp-server","perplexity"],"created_at":"2025-03-06T16:56:52.412Z","updated_at":"2025-03-06T16:56:52.981Z","avatar_url":"https://github.com/wysh3.png","language":"JavaScript","funding_links":[],"categories":["Other Tools and Integrations","Content Creation"],"sub_categories":["How to Submit"],"readme":"# Perplexity MCP Zerver\n\nA research level Model Context Protocol (MCP) server implementation providing AI-powered research capabilities through Perplexity's infrastructure without using any API key.\n\n\u003ca href=\"https://glama.ai/mcp/servers/jmwpwn6uqh\"\u003e\u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/jmwpwn6uqh/badge\" alt=\"advance perplexity mcp server\" /\u003e\u003c/a\u003e\n\n## Features\n- 🔍 Web search integration via Perplexity\n- 🔑 Use without any API Key\n- 🛠️ TypeScript-first implementation\n- 📦 Modular tool architecture\n\n## Tools\n\n### 1. Search (`search`)\nPerform comprehensive web searches with adjustable detail levels.\n\n### 2. Get Documentation (`get_documentation`)\nRetrieve up-to-date documentation and code examples with contextual guidance.\n\n### 3. Find APIs (`find_apis`)\nDiscover and evaluate APIs based on technical requirements and compliance needs.\n\n### 4. Check Deprecated Code (`check_deprecated_code`)\nAnalyze code for outdated patterns and provide migration guidance.\n\n### 5. Chat (`chat_perplexity`)\nMaintains ongoing conversations with Perplexity AI using a persistent chat history.\n\n## Installation\n\n1. Clone or download this repository:\n```bash\ngit clone https://github.com/wysh3/perplexity-mcp-zerver.git\ncd perplexity-mcp-zerver\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Build the server:\n```bash\nnpm run build\n```\n\n\u003e **Important**: Please restart your IDE after building the project for changes to take effect.\n\n## Configuration\n\nAdd the server to your MCP configuration:\n\nFor Cline/RooCode Extension:\n```json\n{\n  \"mcpServers\": {\n    \"perplexity-server\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/path/to/perplexity-mcp-server/build/index.js\"\n      ],\n      \"env\": {},\n      \"disabled\": false,\n      \"alwaysAllow\": [\"search\"]\n    }\n  }\n}\n```\n\nFor Claude Desktop:\n```json\n{\n  \"mcpServers\": {\n    \"web-search\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/web-search/build/index.js\"],\n      \"env\": {}\n    }\n  }\n}\n```\n\n## Usage\nJust restart the IDE and ask the llm\n\n## Credits\n\nThanks DaInfernalCoder:\n- [DaInfernalCoder/perplexity-researcher-mcp](https://github.com/DaInfernalCoder/perplexity-researcher-mcp)\n\n## Disclaimer\nThis project is intended for educational and research purposes only. The author does not endorse or encourage any unauthorized automation of web services. Use responsibly!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwysh3%2Fperplexity-mcp-zerver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwysh3%2Fperplexity-mcp-zerver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwysh3%2Fperplexity-mcp-zerver/lists"}