Skip to content
Cline

get joke for Cline

io.github.hamzaaamin/get-joke

Minimal MCP server that returns a random programming joke.

client:Cline transport:stdio runtime:npm

Install get joke in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

get joke in other clients