dadjoke mcp for VS Code
io.github.mrfentmen/dadjoke-mcp
Keyless MCP server for icanhazdadjoke: random dad jokes, search, lookup by id.
client:VS Code
transport:stdio
runtime:npm
Install dadjoke mcp in VS Code
.vscode/mcp.json
{
"servers": {
"dadjoke-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dadjoke-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs