NerdyChefs Prompts for VS Code
io.github.mayeu20/nerdychefs-mcp
Search, browse and pick from the free NerdyChefs.ai prompt library from any MCP client.
client:VS Code
transport:stdio
runtime:npm
Install NerdyChefs Prompts in VS Code
.vscode/mcp.json
{
"servers": {
"nerdychefs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nerdychefs-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs