Originalvoices
FreeNot checkedMCP (Model Context Protocol) server that provides access to OriginalVoices' network Digital Twins for real-time audience research.
About
MCP (Model Context Protocol) server that provides access to OriginalVoices' network Digital Twins for real-time audience research.
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
Installing Originalvoices
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ovlabs/mcp-server-originalvoicesFAQ
Is Originalvoices MCP free?
Yes, Originalvoices MCP is free — one-click install via Unyly at no cost.
Does Originalvoices need an API key?
No, Originalvoices runs without API keys or environment variables.
Is Originalvoices hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Originalvoices in Claude Desktop, Claude Code or Cursor?
Open Originalvoices 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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Originalvoices with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
