Skip to content
VS Code

get joke for VS Code

io.github.hamzaaamin/get-joke

Minimal MCP server that returns a random programming joke.

client:VS Code transport:stdio runtime:npm

Install get joke in VS Code

.vscode/mcp.json

{
  "servers": {
    "get-joke": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hamzaamin221/get-joke-mcp"
      ]
    }
  }
}

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

get joke in other clients