# microsoft/TypeScript | Model Context Protocol (MCP) Server > TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - **Stars**: ⭐ 110,160 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "TypeScript": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-TypeScript" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "TypeScript": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-TypeScript" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-TypeScript` - **Docker**: `docker run -i --rm mcp/TypeScript`