TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"TypeScript": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-TypeScript"
]
}
}
}