drio
Open app

systemprompt-mcp-interview

Source

A specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios

Catalog onlyCatalog onlySTDIO

Overview

The systemprompt-mcp-interview is a specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios, allowing users to practice interviews with AI personas.

To use the systemprompt-mcp-interview, connect the MCP server in your systemprompt.io console, add a CV in text format, configure the interview using the provided tools, and activate the agent for roleplay.

  • AI-powered interview roleplay with customizable scenarios - Real-time feedback on responses - Advanced natural language processing and context-aware responses - Natural conversation flow with real-time voice synthesis
  1. Practicing job interviews with AI interviewers
  2. Receiving feedback to improve interview skills
  3. Customizing interview scenarios for different job roles

Add to your AI client

Use these steps to connect systemprompt-mcp-interview in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "systemprompt-mcp-interview-ejb503": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-systemprompt-mcp-interview-ejb503"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "systemprompt-mcp-interview-ejb503": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-systemprompt-mcp-interview-ejb503"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "systemprompt-mcp-interview-ejb503": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-systemprompt-mcp-interview-ejb503"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "systemprompt-mcp-interview-ejb503": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-systemprompt-mcp-interview-ejb503"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "systemprompt-mcp-interview-ejb503": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-systemprompt-mcp-interview-ejb503"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "systemprompt-mcp-interview-ejb503": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-systemprompt-mcp-interview-ejb503"
      ]
    }
  }
}

FAQ

Is the systemprompt-mcp-interview free to use?

Yes! The API key is currently free to obtain.

What kind of interviews can I practice?

You can practice a variety of interviews with customizable scenarios tailored to different job roles.

How does the AI provide feedback?

The AI analyzes your responses in real-time and provides constructive feedback to help improve your performance.