Queries OriginalVoices AI twins with audience descriptions and question lists for audience research.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Originalvoices.
audienceDescription of the audience
questionsArray of questions to ask the audience
The ovlabs/mcp-server-originalvoices MCP server connects MCP-compatible clients to OriginalVoices AI twins for audience research. It lets an agent describe a target group and submit multiple questions in one request. The intended output is audience feedback that can add human context to research, creative development, and decision-making.
The repository identifies OriginalVoices as the service behind the AI twins and provides an MCP interface rather than a standalone audience database or analytics system. The available operation is centered on asking a selected audience questions.
An MCP client invokes the ask_twins tool with two parameters:
audience: a string describing the target audiencequestions: an array of questions to ask that audienceFor example, an agent could describe a group as UK fitness enthusiasts aged 18ā30 and ask about priorities when buying running shoes and replacement frequency. The server passes the request to OriginalVoices AI twins and makes the response available to the calling agent.
The ovlabs/mcp-server-originalvoices MCP server does not require a separate audience identifier in the documented interface. The audience is specified directly as text for each request, which suits exploratory research prompts where the target segment changes between questions.
Install the published npm package with npm install @originalvoices/mcp-server, or configure a client to run it with npx. The documented Claude Desktop configuration starts the package as an MCP server and supplies credentials through the environment.
Set the required ORIGINALVOICES_API_KEY environment variable to an API key created on the OriginalVoices Platform. The key is required for the server to access the service. When using Claude Desktop, add an originalvoices entry to claude_desktop_config.json, set the command to npx, and pass the package as an argument. The API key belongs in that entry's env object.
The repository also documents running a built local copy with Node and dist/index.js. From source, install dependencies with npm and build the project before starting the generated file. The source configuration still requires ORIGINALVOICES_API_KEY.
ask_twins is the documented tool. It supports:
This interface can support early-stage audience exploration, reaction gathering for creative concepts, and questions about preferences or behaviors. The material does not document filtering by demographics beyond what is written in the audience description, result formats, batch limits, or additional tools.
The ovlabs/mcp-server-originalvoices MCP server requires an OriginalVoices API key, so access depends on the OriginalVoices Platform and its API availability. The provided documentation does not state pricing, request quotas, response latency, privacy terms, or how closely AI twin responses represent any particular individual.
The documented tool accepts an audience description and questions, but no other controls are specified. Treat returned responses as audience-research input rather than verified survey results unless the service documentation provides additional validation guidance. The repository is licensed under MIT.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ovlabs-mcp-server-originalvoices)<a href="https://allmcps.com/mcp/ovlabs-mcp-server-originalvoices"><img src="https://allmcps.com/api/badge/ovlabs-mcp-server-originalvoices?style=directory" alt="MCP Server Originalvoices on AllMCPs" /></a>