Skip to content
Cursor

get joke for Cursor

io.github.hamzaaamin/get-joke

Minimal MCP server that returns a random programming joke.

client:Cursor transport:stdio runtime:npm

Install get joke in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

get joke in other clients