# gibbok/typescript-book | Model Context Protocol (MCP) Server > The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source. - **Stars**: ⭐ 10,290 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "typescript-book": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-typescript-book" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "typescript-book": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-typescript-book" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-typescript-book` - **Docker**: `docker run -i --rm mcp/typescript-book`