Perplexity MCP Server
Perplexity MCP 서버
Perplexity의 API를 사용하여 웹 검색 기능을 제공하는 MCP 서버입니다.
필수 조건
Node.js(v14 이상)
Perplexity API 키( https://www.perplexity.ai/settings/api 에서 받으세요)
클로드 데스크톱 앱
Related MCP server: Perplexity Web Search MCP Server
설치
Smithery를 통해 설치
Smithery 를 통해 Claude Desktop용 Perplexity Server를 자동으로 설치하려면:
지엑스피1
수동 설치
이 저장소를 복제하세요:
git clone https://github.com/jaacob/perplexity-mcp cd perplexity-mcp종속성 설치:
npm install서버를 빌드하세요:
npm run build
구성
https://www.perplexity.ai/settings/api 에서 Perplexity API 키를 받으세요.
~/Library/Application Support/Claude/claude_desktop_config.json에 있는 Claude의 구성 파일에 서버를 추가합니다.
{
"mcpServers": {
"perplexity-server": {
"command": "node",
"args": [
"/absolute/path/to/perplexity-mcp/build/index.js"
],
"env": {
"PERPLEXITY_API_KEY": "your-api-key-here",
"PERPLEXITY_MODEL": "sonar"
}
}
}
}/absolute/path/to 저장소를 복제한 실제 경로로 바꾸세요.
사용 가능한 모델
PERPLEXITY_MODEL 환경 변수를 설정하여 사용할 모델을 지정할 수 있습니다. 사용 가능한 옵션은 다음과 같습니다.
sonar-reasoning-pro- 향상된 추론 기능을 갖춘 가장 유능한 모델sonar-reasoning- 향상된 추론 기능sonar-pro- 더 빠른 응답 시간sonar- 기본 모델(모델이 지정되지 않은 경우 사용됨)
최신 모델 가격 및 가용성을 확인하려면 https://docs.perplexity.ai/guides/pricing을 방문하세요.
용법
서버를 구성하고 Claude를 다시 시작한 후에는 Claude에게 정보 검색을 요청하기만 하면 됩니다. 예:
"SpaceX에 대한 최신 소식은 뭐예요?"
"시카고 최고의 레스토랑을 찾아보세요"
"재즈 음악의 역사에 대한 정보를 찾아보세요"
클로드는 자동으로 Perplexity 검색 도구를 사용하여 관련 정보를 찾아 반환합니다.
어떤 이유로든 검색이 실행되지 않으면 프롬프트 앞에 "웹 검색"을 추가하여 강제로 문제를 해결할 수 있습니다.
개발
서버를 수정하려면:
src/index.ts편집하세요npm run build로 다시 빌드하세요변경 사항을 로드하려면 Claude를 다시 시작하세요.
특허
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceA server facilitating web search functionality by utilizing Perplexity AI's API, designed to integrate with the Claude desktop client for enhanced search queries.1307MIT
- Flicense-qualityDmaintenanceAllows Claude or other MCP-compatible AI assistants to search the web and get up-to-date information using the Perplexity API, with features for filtering results by time period.8
- Alicense-qualityDmaintenanceIntegrates the Sonar API to provide Claude with real-time web-wide research capabilities. Enables conversational web searches through Perplexity's AI-powered search engine for up-to-date information retrieval.1,748MIT
- Alicense-qualityDmaintenanceExposes Perplexity AI's search capabilities to Claude, enabling real-time web search and information retrieval within the assistant. The project is currently in active development with plans to support Perplexity Spaces and multi-source data synthesis.Apache 2.0
Related MCP Connectors
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
The best web search for your AI Agent
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaacob/perplexity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server