typescript-book

GitHub

The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "typescript-book": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-typescript-book"
      ]
    }
  }
}