OriginalVoices Server
FreeNot checkedEnables asking questions to AI twins representing specific audiences for research purposes.
About
Enables asking questions to AI twins representing specific audiences for research purposes.
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
Install OriginalVoices Server in Claude Desktop, Claude Code & Cursor
unyly install originalvoices-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add originalvoices-mcp-server -- npx -y @originalvoices/mcp-serverFAQ
Is OriginalVoices Server MCP free?
Yes, OriginalVoices Server MCP is free — one-click install via Unyly at no cost.
Does OriginalVoices Server need an API key?
No, OriginalVoices Server runs without API keys or environment variables.
Is OriginalVoices Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install OriginalVoices Server in Claude Desktop, Claude Code or Cursor?
Open OriginalVoices Server 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 OriginalVoices Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
