Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

interviewer mcp in other clients