ovlabs/mcp-server-originalvoices
БесплатноНе проверенInstantly understand what real users think and why by querying our network of 1:1 Digital Twins - each representing a real person. Give your AI agents authentic
Описание
Instantly understand what real users think and why by querying our network of 1:1 Digital Twins - each representing a real person. Give your AI agents authentic human context to ground outputs, improve creative, and make smarter decisions.
README
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
Установка ovlabs/mcp-server-originalvoices
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ovlabs/mcp-server-originalvoicesFAQ
ovlabs/mcp-server-originalvoices MCP бесплатный?
Да, ovlabs/mcp-server-originalvoices MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для ovlabs/mcp-server-originalvoices?
Нет, ovlabs/mcp-server-originalvoices работает без API-ключей и переменных окружения.
ovlabs/mcp-server-originalvoices — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить ovlabs/mcp-server-originalvoices в Claude Desktop, Claude Code или Cursor?
Открой ovlabs/mcp-server-originalvoices на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: 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
автор: xuzexin-hzCompare ovlabs/mcp-server-originalvoices with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
