30-seconds-of-code

GitHub

Coding articles to level up your development skills

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "30-seconds-of-code": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-30-seconds-of-code"
      ]
    }
  }
}