OriginalVoices MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OriginalVoices MCP Serverask UK fitness enthusiasts about their preferred workout routines"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OriginalVoices MCP Server
An MCP (Model Context Protocol) server that provides access to OriginalVoices AI twins for audience research.
Installation
npm install @originalvoices/mcp-serverRelated MCP server: mcp-subconscios
Configuration
Environment Variables
Variable | Description | Required |
| 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 |
| string | Description of the audience |
| 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 devFAQ
How do I get an API key?
You can create an API key on the OriginalVoices Platform.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAI-powered persona analysis and Focus Group Interview (FGI) system that creates dynamic personas from survey responses, generates contextual follow-up questions, tracks data freshness scores, and provides business insights on preferences and trends.Last updated
- Flicense-qualityCmaintenanceRun conjoint experiments and causal research through AI powered behavioral simulationsLast updated5
- Alicense-qualityDmaintenanceMCP server for creating AI-moderated interviews and surveys, deployable with shareable linksLast updated2MIT
- AlicenseCqualityCmaintenanceRun real user interviews from AI agents and retrieve structured insights with themes and verbatim quotes.Last updated595MIT
Related MCP Connectors
Run AI market research: synthetic customer panels for concept testing, message testing, segments.
AI-moderated research platform: create and launch studies and query interview results.
Run user research from any AI tool. Create studies, recruit participants, query insights.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ovlabs/mcp-server-originalvoices'
If you have feedback or need assistance with the MCP directory API, please join our Discord server