Skip to content
VS Code

the trivia api mcp for VS Code

io.github.mrfentmen/the-trivia-api-mcp

Trivia questions from The Trivia API. No key required.

client:VS Code transport:stdio runtime:npm

Install the trivia api mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "the-trivia-api-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "the-trivia-api-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

the trivia api mcp in other clients