# Show GN: Perplexity Advanced MCP - AI 코드 에이전트에게 최적화된 검색 MCP

> Clean Markdown view of GeekNews topic #19259. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=19259](https://news.hada.io/topic?id=19259)
- GeekNews Markdown: [https://news.hada.io/topic/19259.md](https://news.hada.io/topic/19259.md)
- Type: show
- Author: [yeongyu](https://news.hada.io/@yeongyu)
- Published: 2025-02-16T17:29:14+09:00
- Updated: 2025-02-16T17:29:14+09:00
- Original source: [github.com/code-yeongyu](https://github.com/code-yeongyu/perplexity-advanced-mcp)
- Points: 10
- Comments: 2

## Summary

Perplexity Advanced MCP는 OpenRouter와 Perplexity API를 모두 지원하며, 쿼리의 복잡도에 따라 자동으로 모델을 설정할 수 있는 기능을 제공합니다. 또한, 검색 시 파일 첨부가 가능하여 더 많은 정보를 포함한 쿼리를 수행할 수 있습니다. 이 도구는 특히 AI 코딩 도구를 사용하는 개발자들에게 유용하며, 대부분의 코드는 AI 도구를 통해 작성되었습니다.

## Topic Body

기존의 perplexity mcp 들은 perplexity 공식 api 만 지원하는것이 아쉬워서 개발했어요.  
  
##### 주요 특징  
  
- 🤖 **멀티 벤더 지원**: OpenRouter와 Perplexity API를 모두 지원  
- 💡 **자동 query 모델 설정**: MCP 인터페이스로 query type 을 노출하여 단순 검색은 simple query 로. 복잡한 쿼리는 complex query 로.  
- 📎 **파일 첨부**: 검색시에 파일 첨부가 가능하여 쿼리시에 더 많은 정보를 넣고 원하는 답을 얻을 수 있음  
  
##### 사용 예시  
```sh  
uvx perplexity-advanced-mcp -o <openrouter_api_key> # or -p <perplexity_api_key>  
```  
  
##### 추천 대상  
- Cursor나 Cline 같은 AI 코딩 도구를 사용하는 개발자  
  - 파일 첨부가 가능하고, query type 을 llm 이 직접 고르게하여 특히 다른 MCP 들 보다 유용합니다.  
  
##### 흥미로운 사실  
95%의 코드가 AI 도구([Cline](https://cline.bot/), [Cursor](https://www.cursor.com/))를 통해 작성되었어요. 배포 워크플로우 구성과 배포 자체도 Cursor 을 통해 이루어졌습니다. 더 궁금하다면 프로젝트에 들어와서 README 의 내용을 읽어보셔도 좋습니다 ㅎㅎ  
  
[GitHub](https://github.com/code-yeongyu/perplexity-advanced-mcp) | [PyPI](https://pypi.org/project/perplexity-advanced-mcp)

## Comments



### Comment 34649

- Author: richardk
- Created: 2025-02-16T19:21:43+09:00
- Points: 1

Cline 링크가 https://cline.bot/ 인데, https://cline.dev/ 로 잘못 걸린 것 같아요. :-)

### Comment 34654

- Author: yeongyu
- Created: 2025-02-16T20:33:05+09:00
- Points: 1
- Parent comment: 34649
- Depth: 1

저런 ㅋㅋㅋㅋ ㅜㅜ 감사합니다
