Back to MCP Servers

Agentinterviews

Conduct AI-powered qualitative research interviews and surveys at scale with [Agent Interviews](https://agentinterviews.com). Create interviewers, manage research projects, recruit participants, and analyze interview data through MCP.

researchaiagent

Installation

npx -y agentinterviews_mcp

Configuration

{
  "mcpServers": {
    "agentinterviews_mcp": {
      "command": "npx",
      "args": ["-y", "agentinterviews_mcp"]
    }
  }
}

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