loading…
Search for a command to run...
loading…
Conduct AI-powered qualitative research interviews and surveys at scale with [Agent Interviews](https://agentinterviews.com). Create interviewers, manage resear
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.
Access your Agent Interviews data directly from Claude and Cursor using Model Context Protocol (MCP)
Agent Interviews is a cutting-edge AI interview-as-a-service platform that helps companies streamline their technical assessment process. Our platform allows you to:
With Agent Interviews, you can deploy customizable AI interviewers that evaluate candidates through natural conversation, provide detailed reports, and integrate with your existing hiring workflow.
The Agent Interviews MCP server provides a standardized way for AI assistants to access your interview data, reports, and transcripts using the Model Context Protocol (MCP). This integration allows Claude, Cursor, and other MCP-compatible AI assistants to seamlessly interact with your Agent Interviews account.
agentinterviews_ prefix to avoid collisions with other MCPsFor comprehensive setup guides and usage instructions, visit our official documentation:
{
"mcpServers": {
"AgentInterviews": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.agentinterviews.com/mcp",
"--header",
"Authorization:${API_KEY}"
],
"env": {
"API_KEY": "Api-Key YOUR_API_KEY_HERE"
}
}
}
}
Edit your Claude Desktop config file (accessible via Claude menu → Settings → Developer → Edit Config):
{
"mcpServers": {
"agentinterviews": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.agentinterviews.com/mcp",
"--header",
"Authorization:${API_KEY}"
],
"env": {
"API_KEY": "Api-Key YOUR_API_KEY_HERE"
}
}
}
}
Once configured, you can ask questions like:
Our MCP server exposes tools with the agentinterviews_ prefix. Some key tools include:
agentinterviews_list_projects: List all your projectsagentinterviews_get_interview: Get details about a specific interviewagentinterviews_list_interviewers: List all your interviewersagentinterviews_get_transcript: Get a transcript from an interviewThe Agent Interviews MCP server requires your API key for authentication. This key is used to securely access your account data. Never share your API key or include it in public repositories.
If you encounter any issues or have questions:
This project is licensed under the MIT License - see the LICENSE file for details.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"thinkchainai-agentinterviews-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also