loading…
Search for a command to run...
loading…
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.
An MCP (Model Context Protocol) server that provides access to OriginalVoices AI twins for audience research.
npm install @originalvoices/mcp-server
| Variable | Description | Required |
|---|---|---|
ORIGINALVOICES_API_KEY |
Your OriginalVoices API key | Yes |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"originalvoices": {
"command": "npx",
"args": ["@originalvoices/mcp-server"],
"env": {
"ORIGINALVOICES_API_KEY": "your-api-key"
}
}
}
}
{
"mcpServers": {
"originalvoices": {
"command": "node",
"args": ["/path/to/ov-mcp-server/dist/index.js"],
"env": {
"ORIGINALVOICES_API_KEY": "your-api-key"
}
}
}
}
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?"
]
}
# Install dependencies
npm install
# Build
npm run build
# Watch mode
npm run dev
You can create an API key on the OriginalVoices Platform.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"ovlabs-mcp-server-originalvoices": {
"command": "npx",
"args": []
}
}
}