← Index

io.github.Hamzaaamin/get-joke

io.github.Hamzaaamin/get-joke·v0.1.1·Other
Quality Score
78
/100

Minimal MCP server that returns a random programming joke.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "get-joke": {
      "command": "npx",
      "args": [
        "-y",
        "@hamzaamin221/get-joke-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "get-joke": {
      "command": "npx",
      "args": [
        "-y",
        "@hamzaamin221/get-joke-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hamzaamin221/get-joke-mcp
§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other