interviewdeck-mcp-server

chinmayanaik123/interviewdeck-mcp-server
★ 0 stars Java AI/LLM Updated today
InterviewDeck MCP Server to connect with ChatGpt
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "interviewdeck-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "chinmayanaik123/interviewdeck-mcp-server"
      ]
    }
  }
}