Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

OriginalVoices Server

БесплатноНе проверен

Enables asking questions to AI twins representing specific audiences for research purposes.

GitHubEmbed

Описание

Enables asking questions to AI twins representing specific audiences for research purposes.

README

npm version

An MCP (Model Context Protocol) server that provides access to OriginalVoices AI twins for audience research.

Installation

npm install @originalvoices/mcp-server

Configuration

Environment Variables

Variable Description Required
ORIGINALVOICES_API_KEY Your OriginalVoices API key Yes

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "originalvoices": {
      "command": "npx",
      "args": ["@originalvoices/mcp-server"],
      "env": {
        "ORIGINALVOICES_API_KEY": "your-api-key"
      }
    }
  }
}

From Source

{
  "mcpServers": {
    "originalvoices": {
      "command": "node",
      "args": ["/path/to/ov-mcp-server/dist/index.js"],
      "env": {
        "ORIGINALVOICES_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

ask_twins

Ask questions to a specific audience using OriginalVoices AI twins.

Parameters:

Name Type Description
audience string Description of the audience
questions string[] Array of questions to ask the audience

Example:

{
  "audience": "UK, 18-30, fitness enthusiasts",
  "questions": [
    "When purchasing running shoes, what's most important to you?",
    "How often do you replace your running shoes?"
  ]
}

Development

# Install dependencies
npm install

# Build
npm run build

# Watch mode
npm run dev

FAQ

How do I get an API key?

You can create an API key on the OriginalVoices Platform.

License

MIT

from github.com/ovlabs/mcp-server-originalvoices

Установка OriginalVoices Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ovlabs/mcp-server-originalvoices

FAQ

OriginalVoices Server MCP бесплатный?

Да, OriginalVoices Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для OriginalVoices Server?

Нет, OriginalVoices Server работает без API-ключей и переменных окружения.

OriginalVoices Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить OriginalVoices Server в Claude Desktop, Claude Code или Cursor?

Открой OriginalVoices Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare OriginalVoices Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai