claude-code-tips (MCP Server)

GitHub

40+ tips for getting the most out of Claude Code, from basics to advanced - includes a custom status line script and Claude Code running itself in a container. Also includes the dx plugin: skills for everyday dev workflows.

Claude Desktop Configuration

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

{
  "mcpServers": {
    "claude-code-tips": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-code-tips"
      ]
    }
  }
}