A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP (Model Context Protocol) server that provides access to OriginalVoices' network Digital Twins for real-time audience
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
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. F
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control sc
via web
0
via CLI