Kira Perplexity Scout
FreeNot checkedIntegrates Perplexity API into Claude/Cowork as MCP tools for search, trend scouting, and deep research.
About
Integrates Perplexity API into Claude/Cowork as MCP tools for search, trend scouting, and deep research.
README
Подключает Perplexity как помощника прямо в инструменты Claude/Cowork.
Даёт 3 инструмента: perplexity_search, kira_trend_scout, perplexity_deep.
Что внутри
server.py— сам MCP-сервер (Perplexity Sonar API → MCP-инструменты)requirements.txt— зависимости.env.example— шаблон для API-ключаProcfile— команда запуска для хостинга
Шаг 1. Получить API-ключ Perplexity
- Зайди на perplexity.ai → Settings → API (нужен аккаунт; для API нужен платный тариф/кредиты).
- Создай ключ. Он выглядит как
pplx-xxxxxxxx... - Сохрани — он понадобится на деплое.
Шаг 2. Задеплоить сервер (вариант через Render — бесплатно и без терминала)
Claude connectors требуют публичный HTTPS-URL, поэтому сервер надо разместить онлайн. Самый простой путь — Render:
- Залей папку
perplexity-mcpв новый репозиторий на GitHub (или используй любой git-хостинг). - Зайди на render.com → New → Web Service и подключи репозиторий.
- Настройки:
- Runtime: Python 3
- Build Command:
pip install -r requirements.txt - Start Command:
python server.py
- В разделе Environment добавь переменную:
PERPLEXITY_API_KEY= твой ключpplx-...
- Нажми Deploy. Render выдаст URL вида
https://kira-perplexity-scout.onrender.com - Твой MCP-endpoint будет:
https://kira-perplexity-scout.onrender.com/mcp
Альтернатива без GitHub: Railway, Fly.io — логика та же (env-переменная + start command). Локальный запуск (
python server.py) тоже работает, но тогда нужен туннель (ngrok), чтобы дать Claude публичный HTTPS-адрес.
Шаг 3. Подключить к Cowork / Claude
- В Claude открой Settings → Connectors → Add custom connector.
- Вставь URL endpoint:
https://...onrender.com/mcp - Тип транспорта: Streamable HTTP (сервер уже на нём).
- Сохрани и включи коннектор в чате.
После этого в моём списке инструментов появятся:
perplexity_search(query, recency)— быстрый поиск с источникамиkira_trend_scout(topic, recency)— тренд-бриф под Кируperplexity_deep(query)— глубокий ресёрч
Шаг 4. Проверка
Напиши мне: «Запусти kira_trend_scout по теме AI-инструменты, свежесть week». Если коннектор подключён — я вызову Perplexity и верну бриф с источниками.
Безопасность
- Ключ
PERPLEXITY_API_KEYхранится только в env хостинга, в коде его нет. - Не коммить
.envв git (добавь его в.gitignore). - Если ключ утёк — отзови его в Settings Perplexity и создай новый.
Installing Kira Perplexity Scout
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Lina11-00/kira-perplexityFAQ
Is Kira Perplexity Scout MCP free?
Yes, Kira Perplexity Scout MCP is free — one-click install via Unyly at no cost.
Does Kira Perplexity Scout need an API key?
No, Kira Perplexity Scout runs without API keys or environment variables.
Is Kira Perplexity Scout hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Kira Perplexity Scout in Claude Desktop, Claude Code or Cursor?
Open Kira Perplexity Scout on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Kira Perplexity Scout with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
