dadjoke mcp for Cursor
io.github.mrfentmen/dadjoke-mcp
Keyless MCP server for icanhazdadjoke: random dad jokes, search, lookup by id.
client:Cursor
transport:stdio
runtime:npm
Install dadjoke mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dadjoke-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dadjoke-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs