NerdyChefs Prompts for Cursor
io.github.mayeu20/nerdychefs-mcp
Search, browse and pick from the free NerdyChefs.ai prompt library from any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install NerdyChefs Prompts in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nerdychefs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nerdychefs-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs