Back to MCP Servers

Server Originalvoices

Instantly understand what real users think and why by querying our network of 1:1 Digital Twins - each representing a real person. Give your AI agents authentic human context to ground outputs, improve creative, and make smarter decisions.

researchaiagent

Installation

npx -y mcp-server-originalvoices

Configuration

{
  "mcpServers": {
    "mcp-server-originalvoices": {
      "command": "npx",
      "args": ["-y", "mcp-server-originalvoices"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub