loading…
Search for a command to run...
loading…
Intelligent interview assistant that parses resumes, generates interview questions, records conversations, and produces evaluation reports for technical intervi
Intelligent interview assistant that parses resumes, generates interview questions, records conversations, and produces evaluation reports for technical interviews.
Interview MCP Server is an intelligent server tool designed specifically to enhance the efficiency and quality of technical interviews. It deeply integrates advanced resume analysis capabilities and seamlessly integrates with your favorite mainstream IDEs, transforming tedious interview preparation workflows into an efficient, precise, and enjoyable experience.
In fast-paced recruitment processes, technical interviewers often face numerous challenges:
Traditional interview processes are draining our energy to identify excellent talent. It's time for a change!
Interview MCP Server infuses AI power into every aspect of the interview process, providing an unprecedented intelligent experience:
Experience an unprecedented efficient interview process in just a few simple steps:
Upload Resume: Place the candidate's PDF resume in the designated folder.
Generate Questions: Select the resume in your IDE and enter a simple command in the AI chat, for example:
# Generate interview questions for candidate "John Doe" for "Senior Frontend Developer" position
/q "John Doe Senior Frontend Developer"
Or more simply:
/q
Interview MCP Server will immediately analyze the resume and generate a questions.md file containing 12 in-depth questions.
Start Interview: Enter the /record command to start real-time voice recording. Interviewers can conduct conversations based on the questions in questions.md. The service will use local models for offline speech recognition to ensure data security and transcribe conversations in real-time to conversation.md.
Generate Report: After the interview ends, enter the /evaluate command. Interview MCP Server will intelligently combine the content from questions.md and conversation.md to generate a comprehensive evaluation report, automatically saved in the current folder.
You need to register an account on OpenRouter and obtain the model_id and api_key.
{
"servers": {
"interview-mcp-server": {
"type": "stdio",
"command": "node",
"args": ["xxxx\\build\\index.js"],
"env": {
"OPENROUTER_MODEL_ID": "deepseek/deepseek-chat-v3-0324:free",
"OPENROUTER_API_KEY": "xxxxxx"
}
}
}
}
Run in your terminal:
claude mcp add interview-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.