interviewer mcp for Cursor
io.github.girik-chadha/interviewer-mcp
Full technical interview prep: company briefing, concepts, code deep-dive, mock interviews.
client:Cursor
transport:stdio
runtime:npm
Install interviewer mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"interviewer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"interviewer-mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs