awesome-github-profile-readme (MCP Server)

GitHub

๐Ÿ˜Ž A curated list of awesome GitHub Profile which updates in real time

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-github-profile-readme": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-github-profile-readme"
      ]
    }
  }
}