An MCP (Model Context Protocol) server that provides access to OriginalVoices AI twins for audience research. Add to your claudedesktopconfig.json: Ask questions to a specific audience using OriginalVoices AI twins. Parameters: You can create an API key on the OriginalVoices Platform.
Add this skill
npx mdskills install ovlabs/mcp-server-originalvoicesClean MCP server for audience research with clear docs, but overly permissive file/shell access
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
Install via CLI
npx mdskills install ovlabs/mcp-server-originalvoicesOriginalVoices MCP Server is a free, open-source AI agent skill. An MCP (Model Context Protocol) server that provides access to OriginalVoices AI twins for audience research. Add to your claudedesktopconfig.json: Ask questions to a specific audience using OriginalVoices AI twins. Parameters: You can create an API key on the OriginalVoices Platform.
Install OriginalVoices MCP Server with a single command:
npx mdskills install ovlabs/mcp-server-originalvoicesThis downloads the skill files into your project and your AI agent picks them up automatically.
OriginalVoices MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.